Skip to content

Commit

Permalink
Sudo osx commands
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 16, 2025
1 parent 288c914 commit d424f64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
id: test_apps
run: |
cd ${{matrix.config.build_dir}}/darwin/universal/output/test
dscl . -create /Users/test
dscl . append /Groups/docker test
chmod -R g+w .
sudo dscl . -create /Users/test
sudo dscl . append /Groups/docker test
sudo chmod -R g+w .
sudo -n -u test ./run-tests.sh
- name: Upload test failure artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d424f64

Please sign in to comment.