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 bf85b6f commit 925468eCopy full SHA for 925468e
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
uses: actions-rs/toolchain@v1
68
with:
69
toolchain: ${{ matrix.toolchain }}
70
+ default: true
71
- name: Install Rust target
72
run: rustup target add ${{ matrix.target }}
73
- name: Check source
0 commit comments