mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-05 10:12:25 +00:00
install all the rust toolchains
This commit is contained in:
@@ -41,6 +41,15 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Install Rust toolchain
|
||||
run: |
|
||||
rustup toolchain install stable
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
rustup target add aarch64-unknown-linux-musl
|
||||
rustup target add x86_64-apple-darwin
|
||||
rustup target add aarch64-apple-darwin
|
||||
rustup default stable
|
||||
|
||||
- name: Setup Rust build cache
|
||||
uses: Swatinem/rust-cache@v2.7.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user