Skip to content

Commit

Permalink
MAINT: trial-and-error fixing macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent ecc4ed5 commit e1a8455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ jobs:
run: |
ls -lhv release/
# see hditutil issue https://github.com/actions/runner-images/issues/7522
- name: Create dmg
run: |
echo killing...; sudo pkill -9 XProtect >/dev/null || true;
echo waiting...; while pgrep XProtect; do sleep 3; done;
create-dmg \
--volname "dtool-lookup-gui" \
--eula "LICENSE.txt" \
Expand Down

0 comments on commit e1a8455

Please sign in to comment.