From 58b9e0fbdb35f7034b74c1b9dccd8e942d136049 Mon Sep 17 00:00:00 2001 From: Michael Uti Date: Mon, 1 Jul 2024 21:25:35 +0100 Subject: [PATCH] ci: pin version of tomlq --- .github/workflows/release-draft-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-draft-binaries.yml b/.github/workflows/release-draft-binaries.yml index 3e6973525c8..7cc1222ac95 100644 --- a/.github/workflows/release-draft-binaries.yml +++ b/.github/workflows/release-draft-binaries.yml @@ -53,7 +53,7 @@ jobs: env: GIT_TAG: '${{ github.event.inputs.git_tag }}' run: | - cargo install tomlq + cargo install tomlq@0.1.0 set -x source tools/scripts/release/crates-to-publish.sh @@ -472,7 +472,7 @@ jobs: - name: Rename Build run: | - cargo install tomlq + cargo install tomlq@0.1.0 ockam_version=$(eval "tomlq package.version -f implementations/rust/ockam/ockam/Cargo.toml") final_name="libockam_rust_elixir_nifs-v${ockam_version}-nif-2.15-${{ matrix.job.target }}.so"