Skip to content

Commit 27bb6ac

Browse files
committed
* fixes FreeBSD 4
1 parent e8daa4b commit 27bb6ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-freebsd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ jobs:
147147
export STACK_LIMIT_DEFAULTS_CHECK=1
148148
149149
echo "=== PHP Version ==="
150-
sapi/cli/php -v
150+
/usr/local/bin/php -v
151151
152152
echo "=== Running Basic Async Tests ==="
153-
sapi/cli/php run-tests.php \
153+
/usr/local/bin/php run-tests.php \
154154
-P -q -j2 \
155155
-g FAIL,BORK,LEAK,XLEAK \
156156
--no-progress \
@@ -161,7 +161,7 @@ jobs:
161161
ext/async/tests
162162
163163
echo "=== Running Async Tests with OpCache ==="
164-
sapi/cli/php run-tests.php \
164+
/usr/local/bin/php run-tests.php \
165165
-P -q -j2 \
166166
-g FAIL,BORK,LEAK,XLEAK \
167167
--no-progress \
@@ -174,7 +174,7 @@ jobs:
174174
ext/async/tests
175175
176176
echo "=== Running Async Tests with JIT Tracing ==="
177-
sapi/cli/php run-tests.php \
177+
/usr/local/bin/php run-tests.php \
178178
-P -q -j2 \
179179
-g FAIL,BORK,LEAK,XLEAK \
180180
--no-progress \
@@ -189,7 +189,7 @@ jobs:
189189
ext/async/tests
190190
191191
echo "=== Running Async Tests with JIT Function ==="
192-
sapi/cli/php run-tests.php \
192+
/usr/local/bin/php run-tests.php \
193193
-P -q -j2 \
194194
-g FAIL,BORK,LEAK,XLEAK \
195195
--no-progress \

0 commit comments

Comments
 (0)