Skip to content

Commit 79fc093

Browse files
committed
% CI path fix2
1 parent fce5991 commit 79fc093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
working-directory: php-src/ext/async
134134
run: |
135135
/usr/local/bin/php -v
136-
/usr/local/bin/php run-tests.php \
136+
/usr/local/bin/php ../../run-tests.php \
137137
-d zend_extension=opcache.so \
138138
-d opcache.enable_cli=1 \
139139
-d opcache.jit_buffer_size=64M \

0 commit comments

Comments
 (0)