Skip to content

Commit 996d6fa

Browse files
committed
ci: uninstall gmp before macos build
1 parent 0a9e0eb commit 996d6fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
if: startsWith(matrix.os, 'macos')
5858
run: npm i dmg-license --no-save
5959

60+
- name: Uninstall gmp (macos only)
61+
if: startsWith(matrix.os, 'macos')
62+
run: brew uninstall gmp --ignore-dependencies
63+
6064
- name: Generate Executable
6165
run: ${{ matrix.cmd_package }}
6266

0 commit comments

Comments
 (0)