Skip to content

Commit

Permalink
Add nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Jul 14, 2023
1 parent 70dbafc commit f6f869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
rustup target install ${{ matrix.build-target.target-triple }}
rustup +nightly target install ${{ matrix.build-target.target-triple }}
# rustup component add rust-src --toolchain nightly-${{ matrix.build-target.target-triple }}
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Building Toolkit
run: |
Expand Down

0 comments on commit f6f869e

Please sign in to comment.