mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
ci: build nightly rust-src for release
This commit is contained in:
parent
28e62511bb
commit
0d9fda716b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release_cli.yaml
vendored
4
.github/workflows/release_cli.yaml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue