Skip to content

Commit

Permalink
use rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Sep 8, 2023
1 parent 4e63155 commit 961ceff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,9 @@ jobs:

- run: mk/install-build-tools.sh --target=${{ matrix.target }} ${{ matrix.features }}

- uses: briansmith/actions-rs-toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
override: true
target: ${{ matrix.target }}
toolchain: ${{ matrix.rust_channel }}

- name: Install wasi-sdk
run: |
Expand Down

0 comments on commit 961ceff

Please sign in to comment.