mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 10:12:13 +00:00
parent
40410609b3
commit
9665271331
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -104,7 +104,20 @@ 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
|
||||||
|
|
||||||
- name: Set dependencies
|
- name: Set dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user