We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea0d50 commit 211aaaaCopy full SHA for 211aaaa
.github/workflows/aarch64.yml
@@ -28,6 +28,10 @@ jobs:
28
run: |
29
hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size 16g -volname build build.dmg
30
hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size 1g -volname tools tools.dmg
31
+ # Detach old if exists
32
+ hdiutil detach /Volumes/build | true
33
+ hdiutil detach /Volumes/tools | true
34
+ # Attach new
35
hdiutil attach build.dmg.sparseimage
36
hdiutil attach tools.dmg.sparseimage
37
ls /Volumes
0 commit comments