mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
use Rust 2022-02-24 in CI (#233)
This commit is contained in:
parent
c4249e0118
commit
262beec170
@ -13,8 +13,8 @@ jobs:
|
||||
keys:
|
||||
- air01-{{ checksum "Cargo.lock" }}
|
||||
- run: |
|
||||
rustup toolchain install nightly-2021-07-13-x86_64-unknown-linux-gnu
|
||||
rustup default nightly-2021-07-13-x86_64-unknown-linux-gnu
|
||||
rustup toolchain install nightly-2022-02-24-x86_64-unknown-linux-gnu
|
||||
rustup default nightly-2022-02-24-x86_64-unknown-linux-gnu
|
||||
|
||||
rustup target add wasm32-wasi
|
||||
rustup component add rustfmt
|
||||
|
4
.github/workflows/publish_crates.yml
vendored
4
.github/workflows/publish_crates.yml
vendored
@ -29,12 +29,12 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
profile: minimal
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
command: update
|
||||
args: --aggressive
|
||||
|
||||
|
6
.github/workflows/publish_interpreter.yml
vendored
6
.github/workflows/publish_interpreter.yml
vendored
@ -32,19 +32,19 @@ jobs:
|
||||
- name: Install Rust toolchain with wasm32-unknown-unknown
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
target: wasm32-unknown-unknown
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Install wasm32-wasi
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
target: wasm32-wasi
|
||||
profile: minimal
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
command: update
|
||||
args: --aggressive
|
||||
|
||||
|
@ -41,19 +41,19 @@ jobs:
|
||||
- name: Install Rust toolchain with wasm32-unknown-unknown
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
target: wasm32-unknown-unknown
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Install wasm32-wasi
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
target: wasm32-wasi
|
||||
profile: minimal
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-07-13
|
||||
toolchain: nightly-2022-02-24
|
||||
command: update
|
||||
args: --aggressive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user