We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaa0a3 commit 91f508dCopy full SHA for 91f508d
1 file changed
.github/workflows/cargo-check.yaml
@@ -4,11 +4,10 @@ jobs:
4
cargo-check:
5
name: cargo-check
6
7
- runs-on: ubuntu-latest
8
-
9
strategy:
10
fail-fast: false
11
matrix:
+ os: [ubuntu-latest, windows-latest]
12
version:
13
- cuda-11040
14
- cuda-11050
@@ -26,6 +25,8 @@ jobs:
26
25
- cuda-12090
27
- cuda-13000
28
+ runs-on: ${{ matrix.os }}
29
+
30
steps:
31
- uses: actions/checkout@v2
32
- uses: actions-rs/toolchain@v1
0 commit comments