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 343b521 commit 6595598Copy full SHA for 6595598
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v4
28
- - run: rustup toolchain install stable --profile minimal
+ - run: rustup toolchain install stable --profile minimal && rustup target add ${{ matrix.target.target }}
29
- uses: Swatinem/rust-cache@v2
30
with:
31
prefix-key: "main"
0 commit comments