Skip to content

Commit

Permalink
[CI] install toolchain from toml
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 20, 2024
1 parent 92953aa commit 713ab40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
with:
version: "3.6.1"

- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Install rust toolchain from toolchain.toml
run: rustup show

- name: Build ${{ matrix.runtime.name }}
run: |
Expand Down

0 comments on commit 713ab40

Please sign in to comment.