mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
fix ci
This commit is contained in:
parent
29c8388958
commit
f930cf6b18
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -19,9 +19,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install jq
|
||||
- name: Download jq
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
||||
curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 -o /usr/local/bin/jq
|
||||
chmod +x /usr/local/bin/jq
|
||||
|
||||
- name: Download marine
|
||||
run: bash $GITHUB_WORKSPACE/.github/download_marine.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user