mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Stop using abandoned actions-rs/toolchain action (#1132)
This commit is contained in:
parent
ae1d8a896d
commit
bc97be9ab7
9
.github/workflows/build_macos.yaml
vendored
9
.github/workflows/build_macos.yaml
vendored
@ -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:
|
||||||
|
9
.github/workflows/build_windows.yaml
vendored
9
.github/workflows/build_windows.yaml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user