mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-14 22:10:49 +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"
|
||||
type: string
|
||||
default: "master"
|
||||
cargo-dependencies:
|
||||
description: "Cargo dependencies map"
|
||||
type: string
|
||||
default: "null"
|
||||
outputs:
|
||||
version:
|
||||
description: "snapshot version"
|
||||
@ -57,6 +61,12 @@ jobs:
|
||||
# to use less space and speed up CI
|
||||
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
|
||||
uses: fluencelabs/setup-marine@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user