We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fb1c5 commit 30375f1Copy full SHA for 30375f1
.github/workflows/pytest.yml
@@ -35,8 +35,7 @@ jobs:
35
if: startsWith(matrix.os, 'macos-')
36
run: |
37
brew update
38
- brew tap cuber/homebrew-libsecp256k1
39
- brew install libsecp256k1
+ brew install secp256k1
40
brew install automake
41
42
- name: Set up Python for macOS
.github/workflows/test-build.yml
@@ -30,8 +30,7 @@ jobs:
30
31
32
33
34
if: startsWith(matrix.os, 'macos')
0 commit comments