Skip to content

Commit a875ee7

Browse files
committed
ci: Re-enable windows build
1 parent 98ce375 commit a875ee7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [linux, mac]
20+
os: [linux, mac, win]
2121
arch: [arm64, x64]
2222
exclude:
2323
- os: win
@@ -74,12 +74,12 @@ jobs:
7474
7575
yarn build -p ${{ steps.cpu-cores.outputs.count }} ^
7676
-G Ninja ^
77-
-DCMAKE_C_COMPILER_LAUNCHER=ccache ^
78-
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
79-
-DCMAKE_BUILD_TYPE=Release ^
80-
-DCMAKE_C_COMPILER=cl ^
81-
-DCMAKE_CXX_COMPILER=cl ^
82-
-DCMAKE_RC_COMPILER=cl
77+
--CDCMAKE_C_COMPILER_LAUNCHER=ccache ^
78+
--CDCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
79+
--CDCMAKE_BUILD_TYPE=Release ^
80+
--CDCMAKE_C_COMPILER=cl ^
81+
--CDCMAKE_CXX_COMPILER=cl ^
82+
--CDCMAKE_RC_COMPILER=cl
8383
8484
- name: Test
8585
if: matrix.os != 'win'

0 commit comments

Comments
 (0)