Skip to content

Commit 480de22

Browse files
committed
test: 尝试 windows ci
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent a4c5dd1 commit 480de22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919
jobs:
2020
rust-clippy-analyze:
2121
name: Run xmake build
22-
runs-on: ubuntu-latest
22+
strategy:
23+
matrix:
24+
os: [ubuntu-latest, windows-latest]
25+
runs-on: ${{ matrix.os }}
2326
steps:
2427
- name: Checkout code
2528
uses: actions/checkout@v4

0 commit comments

Comments
 (0)