From 0feed3f180a5b4b1f97434f3eeda1a51390f36b2 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Mon, 4 Sep 2023 14:56:54 +0300 Subject: [PATCH] chore: Setup marine artifact from checks (#21) * Test updated setup-marine * Use release version --- .github/workflows/build.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d81c39..bb18a07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,21 +29,10 @@ jobs: - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 - - name: Download marine artifact - id: marine - uses: actions/download-artifact@v3 - continue-on-error: true - with: - name: marine - path: ~/.local/bin - - - name: Make marine executable - if: steps.marine.outcome == 'success' - run: chmod +x ~/.local/bin/marine - - name: Setup marine - if: steps.marine.outcome == 'failure' uses: fluencelabs/setup-marine@v1 + with: + artifact-name: "marine" - name: Build sqlite-wasm run: make