From de6b900bd1fa8369f932e39af221352adc967532 Mon Sep 17 00:00:00 2001 From: Michael Uti Date: Tue, 20 Aug 2024 12:30:27 +0100 Subject: [PATCH] ci: fixes --- .github/workflows/release-draft-binaries.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-draft-binaries.yml b/.github/workflows/release-draft-binaries.yml index e3bed1fbad0..e05a33d3778 100644 --- a/.github/workflows/release-draft-binaries.yml +++ b/.github/workflows/release-draft-binaries.yml @@ -442,9 +442,7 @@ jobs: run: cargo install --version 0.2.4 cross - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v2 - with: - nix_version: latest + uses: DeterminateSystems/nix-installer-action@033f039e5c752cb1cbc6ac1dd2e59c4ca58adf00 - name: Build NIFs run: | @@ -456,7 +454,7 @@ jobs: exit fi - nix develop ./tools/nix#rust --command "cargo build --target ${{ matrix.job.target }} -p ockam_rust_elixir_nifs --release --no-default-features -F aws-lc" + nix develop ./tools/nix#rust --command cargo build --target ${{ matrix.job.target }} -p ockam_rust_elixir_nifs --release --no-default-features -F aws-lc - name: List run: |