We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd71d commit e8daa4bCopy full SHA for e8daa4b
.github/workflows/build-freebsd.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
mkdir -p php-src/ext/async
33
cp -r async/* php-src/ext/async/
34
+ # Remove original async directory to avoid copying duplicate files to VM
35
+ rm -rf async
36
37
- name: FreeBSD Build and Test
38
uses: vmactions/freebsd-vm@v1
0 commit comments