Skip to content

Commit 3c9739d

Browse files
committed
Fix
1 parent 826e8a3 commit 3c9739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
8585
mysql -uroot -proot -e "SET GLOBAL local_infile = true"
8686
git fetch origin
87-
git checkout master .github/jit_check.php .github/nightly.php
87+
git checkout origin/master .github/jit_check.php .github/nightly.php
8888
- name: Enable Opcache
8989
run: |
9090
echo memory_limit=-1 >> /etc/php.d/opcache.ini

0 commit comments

Comments
 (0)