Skip to content

Commit d90311b

Browse files
author
codethinki
committed
added windows setup job
1 parent 11e489d commit d90311b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,19 @@ jobs:
7676
if: always()
7777
run: sudo chown -R $(id -u):$(id -g) out/build
7878

79+
windows-prepare:
80+
name: Prepare Windows
81+
runs-on: windows-latest
82+
steps:
83+
- uses: actions/checkout@v4
84+
- name: Setup Windows Env (Warmup Cache)
85+
uses: ./.github/actions/setup-windows
86+
with:
87+
compiler: msvc
7988

8089
windows-test:
8190
name: Windows Test (${{ matrix.compiler }})
91+
needs: windows-prepare
8292
runs-on: windows-latest
8393
strategy:
8494
fail-fast: false

0 commit comments

Comments
 (0)