Skip to content

Commit cab502e

Browse files
committed
issue/55: CI 在 Windows 上执行
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent f385af7 commit cab502e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-latest
1312
strategy:
1413
fail-fast: false
1514
matrix:
15+
os: [windows-latest, ubuntu-latest]
1616
type: [debug, release]
17+
runs-on: ${{ matrix.os }}
1718
steps:
1819

1920
- name: checkout code

0 commit comments

Comments
 (0)