File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: True Async macOS Build
22
33on :
44 push :
5- branches : [build ]
5+ branches : [xbuild ]
66 pull_request :
7- branches : [build ]
7+ branches : [xbuild ]
88
99jobs :
1010 build-macos :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: True Async Windows Build
22
33on :
44 push :
5- branches : [xbuild ]
5+ branches : [build ]
66 pull_request :
7- branches : [xbuild ]
7+ branches : [build ]
88
99jobs :
1010 build-windows :
5858 git clone --depth=1 --branch=true-async-stable https://github.com/true-async/php-src php-src
5959
6060 - name : Copy php-async extension into php-src
61+ shell : cmd
6162 run : |
6263 if not exist php-src\ext\async mkdir php-src\ext\async
6364 xcopy /E /I /H /Y async php-src\ext\async
You can’t perform that action at this time.
0 commit comments