From a796760cb831f472003b4643be95fa916296e751 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 8 Feb 2024 12:35:21 -0600 Subject: [PATCH] fix: release cross dep (#260) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a15775a..7e50ae41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,9 +59,9 @@ jobs: # Builds # ============================== - - name: Install cross from source + - name: Install cross v0.2.4 from source run: | - cargo install --git https://github.com/cross-rs/cross cross --branch main + cargo install cross --git https://github.com/cross-rs/cross --tag v0.2.4 - name: Build era-test-node for ${{ matrix.arch }} run: |