Skip to content

Commit

Permalink
install the matching src components
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Jun 29, 2023
1 parent 3db76ea commit 6034e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Rustup Target - Linux
if: runner.os == 'Linux'
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
run: rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-unknown-linux-gnu

- name: Rustup Target - Mac
if: runner.os == 'macOS'
run: rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
run: rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-apple-darwin

- uses: cachix/install-nix-action@v22
with:
Expand Down

0 comments on commit 6034e66

Please sign in to comment.