Skip to content

Commit

Permalink
Use --ignore-dependencies rather than --force
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbvaughan committed Feb 28, 2024
1 parent 732c583 commit 1d9122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Test binary
run: |
brew uninstall --force cairo pango libpng jpeg librsvg giflib harfbuzz pixman
brew uninstall --ignore-dependencies cairo pango libpng jpeg librsvg giflib harfbuzz pixman
npm test
- name: Make bundle
Expand Down

0 comments on commit 1d9122a

Please sign in to comment.