mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +00:00
Allow setting dependencies
This commit is contained in:
parent
07b1848405
commit
8e175060da
10
.github/workflows/snapshot.yml
vendored
10
.github/workflows/snapshot.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
description: "GitHub ref to checkout to"
|
description: "GitHub ref to checkout to"
|
||||||
type: string
|
type: string
|
||||||
default: "master"
|
default: "master"
|
||||||
|
cargo-dependencies:
|
||||||
|
description: "Cargo dependencies map"
|
||||||
|
type: string
|
||||||
|
default: "null"
|
||||||
outputs:
|
outputs:
|
||||||
version:
|
version:
|
||||||
description: "snapshot version"
|
description: "snapshot version"
|
||||||
@ -57,6 +61,12 @@ jobs:
|
|||||||
# to use less space and speed up CI
|
# to use less space and speed up CI
|
||||||
save-if: ${{ github.event_name == 'push' }}
|
save-if: ${{ github.event_name == 'push' }}
|
||||||
|
|
||||||
|
- name: Set dependencies
|
||||||
|
if: inputs.cargo-dependencies != 'null'
|
||||||
|
uses: fluencelabs/github-actions/cargo-set-dependency@main
|
||||||
|
with:
|
||||||
|
dependencies: ${{ inputs.cargo-dependencies }}
|
||||||
|
|
||||||
- name: Setup marine
|
- name: Setup marine
|
||||||
uses: fluencelabs/setup-marine@v1
|
uses: fluencelabs/setup-marine@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user