Skip to content

Commit

Permalink
verify cargo verrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmncos committed Aug 8, 2024
1 parent 95d3824 commit 9ed9c9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}
target: wasm32-unknown-unknown
- name: Set Default Toolchain
run: rustup override set ${{ matrix.toolchain }}
- name: Rust version
run: rustc --version --verbose
- name: Add rust-src component
run: rustup component add rust-src --toolchain ${{ matrix.toolchain }}
- name: Add target wasm32
run: rustup target add wasm32-unknown-unknown --toolchain ${{ matrix.toolchain }}
- name: Verify targets
run: rustup target list --installed
- name: Verify Rust Toolchain
run: rustup show
- name: Test
Expand Down

0 comments on commit 9ed9c9d

Please sign in to comment.