chore: Setup marine artifact from checks (#21)

* Test updated setup-marine

* Use release version
This commit is contained in:
Anatolios Laskaris 2023-09-04 14:56:54 +03:00 committed by GitHub
parent f0d4881845
commit 0feed3f180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,21 +29,10 @@ jobs:
- name: Setup Rust toolchain - name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1 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 - name: Setup marine
if: steps.marine.outcome == 'failure'
uses: fluencelabs/setup-marine@v1 uses: fluencelabs/setup-marine@v1
with:
artifact-name: "marine"
- name: Build sqlite-wasm - name: Build sqlite-wasm
run: make run: make