mirror of
https://github.com/fluencelabs/sqlite
synced 2025-04-24 17:02:14 +00:00
chore: Setup marine artifact from checks (#21)
* Test updated setup-marine * Use release version
This commit is contained in:
parent
f0d4881845
commit
0feed3f180
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user