Skip to content

Commit 1ebff7a

Browse files
committed
* fix Windows build
1 parent be74a63 commit 1ebff7a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: True Async macOS Build
22

33
on:
44
push:
5-
branches: [build]
5+
branches: [xbuild]
66
pull_request:
7-
branches: [build]
7+
branches: [xbuild]
88

99
jobs:
1010
build-macos:

.github/workflows/build-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: True Async Windows Build
22

33
on:
44
push:
5-
branches: [xbuild]
5+
branches: [build]
66
pull_request:
7-
branches: [xbuild]
7+
branches: [build]
88

99
jobs:
1010
build-windows:
@@ -58,6 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)