mirror of
https://github.com/fluencelabs/trust-graph
synced 2025-04-25 07:42:14 +00:00
chore(ci): remove jq install step (#58)
This commit is contained in:
parent
8cf640c9b5
commit
bc638ddda3
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -28,11 +28,6 @@ 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 jq
|
|
||||||
run: |
|
|
||||||
curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 -o ~/.bin/jq
|
|
||||||
chmod +x ~/.bin/jq
|
|
||||||
|
|
||||||
- name: Download marine
|
- name: Download marine
|
||||||
run: bash $GITHUB_WORKSPACE/.github/download_marine.sh
|
run: bash $GITHUB_WORKSPACE/.github/download_marine.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user