Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 31, 2024
1 parent d17ed84 commit 3e6e5e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
node-version: 20
cache: pnpm

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

0 comments on commit 3e6e5e5

Please sign in to comment.