Skip to content

Commit

Permalink
Try to add folder and chown
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 17, 2025
1 parent 2c76c21 commit 61f5e58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ jobs:
sudo dscl . -create /Users/test RealName "Test"
sudo dscl . -create /Users/test UniqueID "1001"
sudo dscl . -create /Users/test PrimaryGroupID 80
sudo dscl . -create /Users/test NFSHomeDirectory "/${{matrix.config.build_dir}}/darwin/universal/output/test"
sudo dscl . -create /Users/test NFSHomeDirectory /Users/test
sudo mkdir -p /Users/test
sudo chown -R test:staff /Users/test
echo "gamma"
sudo chmod -R g+w .
echo "delta"
Expand Down

0 comments on commit 61f5e58

Please sign in to comment.