Skip to content

Commit 1124183

Browse files
committed
enable extension
1 parent 514897d commit 1124183

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
3939
- name: Install secp256k1_nostr extension for PHP
4040
working-directory: ./build/1ma/secp256k1-nostr-php
41-
run: sudo make install
41+
run: |
42+
sudo make install
43+
echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.3/cli/php.ini
4244
4345
- name: Checkout
4446
uses: actions/checkout@v3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1
1+
2.1.2

0 commit comments

Comments
 (0)