mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 17:38:14 +02:00
Remove inactive actions-rs/toolchain@v1.0.6 for release workflow (#7302)
# Description Remove inactive actions-rs/toolchain@v1.0.6 for release workflow, https://github.com/actions-rs/toolchain is inactive for more than two years, and have lots of unfixed warnings: https://github.com/actions-rs/toolchain/issues?q=is%3Aissue+is%3Aopen+warning After this PR: Workflow running result: https://github.com/hustcer/nu-release/actions/runs/3590194180 Release Test: https://github.com/hustcer/nu-release/releases/tag/v0.72.7
This commit is contained in:
parent
45c66e2090
commit
cbc7b94b02
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -62,13 +62,16 @@ jobs:
|
|||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.1.0
|
||||||
|
|
||||||
- name: Install Rust Toolchain Components
|
- name: Install Rust Toolchain Components
|
||||||
uses: actions-rs/toolchain@v1.0.6
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
override: true
|
|
||||||
profile: minimal
|
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
|
|
||||||
|
- name: Update Rust Toolchain Target
|
||||||
|
run: |
|
||||||
|
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
|
||||||
|
cat rust-toolchain.toml
|
||||||
|
|
||||||
- name: Setup Nushell
|
- name: Setup Nushell
|
||||||
uses: hustcer/setup-nu@v3
|
uses: hustcer/setup-nu@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user