ci: build nightly rust-src for release

This commit is contained in:
Boshen 2023-03-12 13:50:25 +08:00
parent 28e62511bb
commit 0d9fda716b
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC

View file

@ -78,7 +78,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust toolchain
run: rustup target add ${{ matrix.target }}
run: |
rustup target add ${{ matrix.target }}
rustup component add rust-src --toolchain nightly
- name: Install arm64 toolchain
if: matrix.code-target == 'linux-arm64'