Skip to content

Commit ca8d63b

Browse files
committed
retry using os libs
1 parent 41600c1 commit ca8d63b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,10 @@ jobs:
2424
ref: 'v0.1.5'
2525
path: 'build/1ma/secp256k1-nostr-php'
2626

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-
3327
- name: Build secp256k1_nostr extension for PHP
3428
working-directory: ./build/1ma/secp256k1-nostr-php
3529
run: |
36-
make ext-with-deps
30+
make ext
3731
make check
3832
3933
- name: Install secp256k1_nostr extension for PHP

0 commit comments

Comments
 (0)