Skip to content

Commit

Permalink
Run hdiutil with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 12, 2023
1 parent dfb0a8a commit 2cca40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cpack_generator: DragNDrop
package_extension: dmg
cmake_args: >-
-DCPACK_COMMAND_HDIUTIL="/usr/bin/sudo /usr/bin/hdiutil"
-DMACOS_BUNDLE=ON
- name: macOS (x86_64)
os: macos-13
Expand All @@ -37,6 +38,7 @@ jobs:
cpack_generator: DragNDrop
package_extension: dmg
cmake_args: >-
-DCPACK_COMMAND_HDIUTIL="/usr/bin/sudo /usr/bin/hdiutil"
-DMACOS_BUNDLE=ON
name: '${{ matrix.name }}'
Expand Down

0 comments on commit 2cca40c

Please sign in to comment.