Skip to content

Commit 7e5b0e3

Browse files
committed
Adding windows to cargo-check workflow
1 parent ffaa0a3 commit 7e5b0e3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cargo-check.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ jobs:
44
cargo-check:
55
name: cargo-check
66

7-
runs-on: ubuntu-latest
8-
97
strategy:
108
fail-fast: false
119
matrix:
10+
os: [ubuntu-latest, windows-latest]
1211
version:
1312
- cuda-11040
1413
- cuda-11050
@@ -26,6 +25,8 @@ jobs:
2625
- cuda-12090
2726
- cuda-13000
2827

28+
runs-on: ${{ matrix.os }}
29+
2930
steps:
3031
- uses: actions/checkout@v2
3132
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)