Skip to content

Commit 30375f1

Browse files
authored
Fix: Solve issue for building the package on MacOs. (#401)
1 parent 50fb1c5 commit 30375f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
if: startsWith(matrix.os, 'macos-')
3636
run: |
3737
brew update
38-
brew tap cuber/homebrew-libsecp256k1
39-
brew install libsecp256k1
38+
brew install secp256k1
4039
brew install automake
4140
4241
- name: Set up Python for macOS

.github/workflows/test-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
if: startsWith(matrix.os, 'macos-')
3131
run: |
3232
brew update
33-
brew tap cuber/homebrew-libsecp256k1
34-
brew install libsecp256k1
33+
brew install secp256k1
3534
3635
- name: Set up Python for macOS
3736
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)