Skip to content

Commit

Permalink
fix(ci): Run create-dmg as root on macOS
Browse files Browse the repository at this point in the history
Fixes #711 (hopefully).
  • Loading branch information
guihkx committed Oct 20, 2024
1 parent 33e90b7 commit 2d759ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ jobs:
- name: Build dmg (${{ matrix.build-type }})
run: |
cd build
create-dmg \
# FIXME: No, we're not crazy. We invoke create-dmg as root to work around this issue:
# https://github.com/actions/runner-images/issues/7522
sudo create-dmg \
--no-internet-enable \
--format ULFO \
--background ../packaging/macos/dmg-background.png \
Expand Down

0 comments on commit 2d759ce

Please sign in to comment.