mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
use nightly-2021-07-13 (#131)
This commit is contained in:
parent
3c86d36566
commit
db45c82da3
@ -13,8 +13,8 @@ jobs:
|
||||
keys:
|
||||
- air01-{{ checksum "Cargo.lock" }}
|
||||
- run: |
|
||||
rustup toolchain install nightly-2021-05-16-x86_64-unknown-linux-gnu
|
||||
rustup default nightly-2021-05-16-x86_64-unknown-linux-gnu
|
||||
rustup toolchain install nightly-2021-07-13-x86_64-unknown-linux-gnu
|
||||
rustup default nightly-2021-07-13-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-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
profile: minimal
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
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-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
target: wasm32-unknown-unknown
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Install wasm32-wasi
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
target: wasm32-wasi
|
||||
profile: minimal
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
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-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
target: wasm32-unknown-unknown
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Install wasm32-wasi
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2021-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
target: wasm32-wasi
|
||||
profile: minimal
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
toolchain: nightly-2021-05-16
|
||||
toolchain: nightly-2021-07-13
|
||||
command: update
|
||||
args: --aggressive
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user