Skip to content

Commit

Permalink
Added hdiutil check before compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 11, 2024
1 parent 1b12dd6 commit d84db2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/full_macos14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ jobs:
- name: Get machine name
run: |
echo "Machine name: $RUNNER_NAME"
- name: Check hdiutil
run: |
hdiutil info
hdiutil create -size 10m -fs HFS+ -volname test_disk test.dmg
hdiutil attach test.dmg
hdiutil detach /Volumes/test_disk
rm test.dmg
- name: Install ninja-build
run: brew install ninja

Expand Down

0 comments on commit d84db2b

Please sign in to comment.