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 826e8a3 commit 3c9739dCopy full SHA for 3c9739d
.github/workflows/nightly.yml
@@ -84,7 +84,7 @@ jobs:
84
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
85
mysql -uroot -proot -e "SET GLOBAL local_infile = true"
86
git fetch origin
87
- git checkout master .github/jit_check.php .github/nightly.php
+ git checkout origin/master .github/jit_check.php .github/nightly.php
88
- name: Enable Opcache
89
run: |
90
echo memory_limit=-1 >> /etc/php.d/opcache.ini
0 commit comments