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 40abef7 commit 1ad5fe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
# rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
# rustup target add ${{ matrix.settings.target }}
# rustup default stable
- uses: dtolnay/rust-toolchain@stable
# - uses: dtolnay/rust-toolchain@stable
- name: install dependencies
run: |
rustup target add ${{ matrix.settings.target }}
rustup toolchain install --force-non-host stable-${{ matrix.settings.target }}
rustup default stable-${{ matrix.settings.target }}
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand Down

0 comments on commit 1ad5fe9

Please sign in to comment.