Skip to content

Commit

Permalink
ci: pass target directly to toolchain install
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 28, 2024
1 parent 03d8081 commit 4d732e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
cache: pnpm

- run: |
rustup toolchain install stable --profile minimal
rustup target add ${{ matrix.settings.target }} --toolchain stable
rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand Down

0 comments on commit 4d732e5

Please sign in to comment.