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 33e90b7 commit 2d759ceCopy full SHA for 2d759ce
.github/workflows/macos.yml
@@ -187,7 +187,9 @@ jobs:
187
- name: Build dmg (${{ matrix.build-type }})
188
run: |
189
cd build
190
- create-dmg \
+ # FIXME: No, we're not crazy. We invoke create-dmg as root to work around this issue:
191
+ # https://github.com/actions/runner-images/issues/7522
192
+ sudo create-dmg \
193
--no-internet-enable \
194
--format ULFO \
195
--background ../packaging/macos/dmg-background.png \
0 commit comments