Skip to content

Commit

Permalink
ci: use rust toolchain action instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 31, 2024
1 parent 6741411 commit 6098ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
node-version: 20
cache: pnpm

- run: |
rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
rustup default stable
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
with:
targets: ${{ matrix.settings.target }}

- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand Down

0 comments on commit 6098ab8

Please sign in to comment.