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 ba6d618 commit b4d7dc1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ jobs:
node-version: 20
cache: pnpm

- run: |
rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
rustup target add ${{ matrix.settings.target }}
rustup default stable
# - run: |
# rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
# rustup target add ${{ matrix.settings.target }}
# rustup default stable
- uses: dtolnay/rust-toolchain@stable
- name: install dependencies
run: |
rustup target add ${{ matrix.target }}
rustup toolchain install --force-non-host ${{ matrix.toolchain }}
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand Down

0 comments on commit b4d7dc1

Please sign in to comment.