mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
chore: Use setup-marine action (#13)
This commit is contained in:
parent
ceb9eb5468
commit
cfe256bc19
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -65,10 +65,8 @@ 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: Install Marine
|
- name: Setup marine
|
||||||
uses: baptiste0928/cargo-install@v1.3.0
|
uses: fluencelabs/setup-marine@v1
|
||||||
with:
|
|
||||||
crate: marine
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
6
.github/workflows/snapshot.yml
vendored
6
.github/workflows/snapshot.yml
vendored
@ -48,10 +48,8 @@ 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: Install marine
|
- name: Setup marine
|
||||||
uses: baptiste0928/cargo-install@v1.3.0
|
uses: fluencelabs/setup-marine@v1
|
||||||
with:
|
|
||||||
crate: marine
|
|
||||||
|
|
||||||
- name: Download sqlite-wasm
|
- name: Download sqlite-wasm
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user