Skip to content

Commit

Permalink
Fix 'JIT on Windows is not currently supported in phpseclib'
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Sep 27, 2023
1 parent dcdbc21 commit 9d28fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
extensions: sockets, curl, zip, ffi
php-version: ${{ matrix.php }}
coverage: none
ini-values: ${{ matrix.operating-system == 'windows-latest' && 'opcache.enable=0 opcache.enable_cli=0' || '' }}

- name: Composer install
uses: ramsey/composer-install@v2
Expand Down

0 comments on commit 9d28fb6

Please sign in to comment.