Skip to content

Commit

Permalink
chore: Setup marine artifact from checks (#21)
Browse files Browse the repository at this point in the history
* Test updated setup-marine

* Use release version
  • Loading branch information
nahsi authored Sep 4, 2023
1 parent f0d4881 commit 0feed3f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0feed3f

Please sign in to comment.