Skip to content

Commit

Permalink
Fix opcache in dev.sury
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Feb 17, 2024
1 parent b5ce816 commit 4051f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
env:
PHP_SRC_VERSION: ${{ matrix.php_version }}
run: |
sudo echo opcache.jit=tracing > /etc/php/${PHP_SRC_VERSION}/embed/conf.d/10-opcache.ini
echo opcache.jit=tracing | sudo tee --append /etc/php/${PHP_SRC_VERSION}/embed/conf.d/10-opcache.ini
./.github/ngx-php/test.sh

0 comments on commit 4051f44

Please sign in to comment.