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.
2 parents e8c5027 + fbb47c9 commit a0a89baCopy full SHA for a0a89ba
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Rust
23
shell: bash
24
run: |
25
- rustup toolchain install stable --profile minimal
+ rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
26
rustup default stable
27
echo "::add-matcher::.github/workflows/rust.json"
28
- name: Cache Dependencies
0 commit comments