Skip to content

Commit 921e14d

Browse files
committed
fix CI
1 parent 1899635 commit 921e14d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
16+
strategy:
17+
matrix:
18+
rust:
19+
- stable
20+
- nightly
21+
- 1.52.1 # MSVR
1722
steps:
1823
- uses: actions/checkout@v2
1924
- name: Build
@@ -26,6 +31,10 @@ jobs:
2631
style_checks:
2732

2833
runs-on: ubuntu-latest
34+
strategy:
35+
matrix:
36+
rust:
37+
- stable
2938

3039
steps:
3140
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)