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 514897d commit 1124183Copy full SHA for 1124183
.github/workflows/pest.yml
@@ -38,7 +38,9 @@ jobs:
38
39
- name: Install secp256k1_nostr extension for PHP
40
working-directory: ./build/1ma/secp256k1-nostr-php
41
- run: sudo make install
+ run: |
42
+ sudo make install
43
+ echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.3/cli/php.ini
44
45
- name: Checkout
46
uses: actions/checkout@v3
VERSION
@@ -1 +1 @@
1
-2.1.1
+2.1.2
0 commit comments