Skip to content

Commit

Permalink
ci: uninstall gmp before macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Feb 3, 2024
1 parent 0a9e0eb commit 996d6fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: npm i dmg-license --no-save

- name: Uninstall gmp (macos only)
if: startsWith(matrix.os, 'macos')
run: brew uninstall gmp --ignore-dependencies

- name: Generate Executable
run: ${{ matrix.cmd_package }}

Expand Down

0 comments on commit 996d6fa

Please sign in to comment.