Stop using abandoned actions-rs/toolchain action (#1132)
This commit is contained in:
@@ -52,11 +52,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
|
run: |
|
||||||
with:
|
rustup toolchain install stable --profile minimal --no-self-update
|
||||||
default: true
|
rustup default stable
|
||||||
toolchain: stable
|
rustup target add aarch64-apple-darwin
|
||||||
target: aarch64-apple-darwin
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -95,11 +95,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
|
run: |
|
||||||
with:
|
rustup toolchain install stable --profile minimal --no-self-update
|
||||||
default: true
|
rustup default stable
|
||||||
toolchain: stable
|
rustup target add ${{ steps.config.outputs.target }}
|
||||||
target: ${{ steps.config.outputs.target }}
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user