Skip to content

Commit 925468e

Browse files
authored
Set installed toolchain as default
The docs for the action indicate that unless specified the toolchain will not be used by default.
1 parent bf85b6f commit 925468e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: actions-rs/toolchain@v1
6868
with:
6969
toolchain: ${{ matrix.toolchain }}
70+
default: true
7071
- name: Install Rust target
7172
run: rustup target add ${{ matrix.target }}
7273
- name: Check source

0 commit comments

Comments
 (0)