From 8cf640c9b5cee03c9d416058af1fac08a5298065 Mon Sep 17 00:00:00 2001 From: Aleksey Proshutisnkiy Date: Fri, 27 Jan 2023 01:04:05 +0400 Subject: [PATCH] chore(ci): make release with older marine (#57) --- .github/workflows/release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1381903..4155db3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,13 @@ jobs: - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 - - name: Install Marine - uses: baptiste0928/cargo-install@v1.3.0 - with: - crate: marine + - name: Download jq + run: | + curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 -o ~/.bin/jq + chmod +x ~/.bin/jq + + - name: Download marine + run: bash $GITHUB_WORKSPACE/.github/download_marine.sh - name: Build trust-graph working-directory: ./service