mirror of
https://github.com/fluencelabs/registry.git
synced 2025-06-26 22:31:35 +00:00
fix(ci): update rust toolchain (#119)
This commit is contained in:
committed by
GitHub
parent
ca8e638dea
commit
382f26e1d6
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -57,10 +57,10 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
working-directory: ./service
|
working-directory: ./service
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install nightly-2022-01-16-x86_64-unknown-linux-gnu
|
rustup toolchain install nightly-2022-09-01-x86_64-unknown-linux-gnu
|
||||||
rustup default nightly-2022-01-16-x86_64-unknown-linux-gnu
|
rustup default nightly-2022-09-01-x86_64-unknown-linux-gnu
|
||||||
rustup override set nightly-2022-01-16-x86_64-unknown-linux-gnu
|
rustup override set nightly-2022-09-01-x86_64-unknown-linux-gnu
|
||||||
rustup target add wasm32-wasi --toolchain nightly-2022-01-16-x86_64-unknown-linux-gnu
|
rustup target add wasm32-wasi --toolchain nightly-2022-09-01-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
- name: Build registry.wasm
|
- name: Build registry.wasm
|
||||||
|
Reference in New Issue
Block a user