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 41600c1 commit ca8d63bCopy full SHA for ca8d63b
.github/workflows/pest.yml
@@ -24,16 +24,10 @@ jobs:
24
ref: 'v0.1.5'
25
path: 'build/1ma/secp256k1-nostr-php'
26
27
- - name: Pull secp256k1_nostr submodules
28
- working-directory: ./build/1ma/secp256k1-nostr-php
29
- run: |
30
- git submodule init
31
- git submodule update
32
-
33
- name: Build secp256k1_nostr extension for PHP
34
working-directory: ./build/1ma/secp256k1-nostr-php
35
run: |
36
- make ext-with-deps
+ make ext
37
make check
38
39
- name: Install secp256k1_nostr extension for PHP
0 commit comments