Skip to content

Commit b29b387

Browse files
committed
Add rust-toolchain and use actions-rs/toolchain
1 parent 90768ff commit b29b387

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
fail-fast: false
2929
steps:
3030
- uses: actions/checkout@master
31+
- uses: actions-rs/toolchain@v1
3132
- name: Set up the Windows environment
3233
run: |
3334
choco install llvm
@@ -64,6 +65,7 @@ jobs:
6465
fail-fast: false
6566
steps:
6667
- uses: actions/checkout@master
68+
- uses: actions-rs/toolchain@v1
6769
- name: Set up the Windows environment
6870
run: |
6971
choco install llvm

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stable

0 commit comments

Comments
 (0)