Skip to content

Commit

Permalink
using the same toolchain to rust-src component
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmncos committed Aug 3, 2024
1 parent 0eb5575 commit a6682fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install wasmcov
run: cargo +${{ matrix.toolchain }} install wasmcov
- name: Add rust-src component
run: rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
run: rustup component add rust-src --toolchain ${{ matrix.toolchain }}
- name: Build
env:
RUSTFLAGS: '-C link-arg=-s '
Expand Down

0 comments on commit a6682fe

Please sign in to comment.