Skip to content

Commit 0e42d79

Browse files
committed
* fixes FreeBSD 5
1 parent 27bb6ac commit 0e42d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
echo "opcache.preload_user=root" >> /etc/php.d/opcache.ini
140140
141141
run: |
142-
cd $GITHUB_WORKSPACE
142+
cd $GITHUB_WORKSPACE/php-src
143143
144144
# Test environment setup
145145
export SKIP_IO_CAPTURE_TESTS=1

0 commit comments

Comments
 (0)