From 8ad7c0c7658da7167e040a1d8dc1c54cc5c30ba3 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Wed, 30 Dec 2020 13:34:43 +0300 Subject: [PATCH] Move toml-cli installation to the beginning --- .github/workflows/publish_interpreter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_interpreter.yml b/.github/workflows/publish_interpreter.yml index f697d4db..88735d72 100644 --- a/.github/workflows/publish_interpreter.yml +++ b/.github/workflows/publish_interpreter.yml @@ -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