Skip to content

Commit

Permalink
STD-1 install ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
2lives committed Mar 28, 2024
1 parent 82b1536 commit 8691060
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
extensions: ffi
# extensions: ffi

- name: Run php ini
run: php --ini
- name: Install PHP FFI extension
run: pecl install ffi

# - name: Run php ini
# run: php --ini

- name: cat ini
run: cat /etc/php/8.3/cli/php.ini
Expand Down

0 comments on commit 8691060

Please sign in to comment.