Skip to content

Commit e8daa4b

Browse files
committed
* fixes FreeBSD 3
1 parent 5afd71d commit e8daa4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-freebsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
mkdir -p php-src/ext/async
3333
cp -r async/* php-src/ext/async/
34+
# Remove original async directory to avoid copying duplicate files to VM
35+
rm -rf async
3436
3537
- name: FreeBSD Build and Test
3638
uses: vmactions/freebsd-vm@v1

0 commit comments

Comments
 (0)