mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
Move toml-cli installation to the beginning
This commit is contained in:
parent
bfdb9aca4c
commit
8ad7c0c765
8
.github/workflows/publish_interpreter.yml
vendored
8
.github/workflows/publish_interpreter.yml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
- name: Install jq & sponge
|
||||
run: sudo apt-get update && sudo apt-get --yes --force-yes install jq moreutils
|
||||
|
||||
- name: Install cargo-show
|
||||
run: cargo install cargo-show || true
|
||||
- name: Install cargo-show toml-cli
|
||||
run: cargo install cargo-show toml-cli || true
|
||||
|
||||
- name: Get versions from npm & crates.io, and take the highest one
|
||||
run: |
|
||||
@ -157,8 +157,8 @@ jobs:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
### === Rust package release ===
|
||||
- name: Install fcli toml-cli
|
||||
run: cargo install fcli toml-cli || true
|
||||
- name: Install fcli
|
||||
run: cargo install fcli || true
|
||||
|
||||
- name: Build aquamarine.wasm for node
|
||||
run: fce build --release -p aquamarine --features fce
|
||||
|
Loading…
Reference in New Issue
Block a user