This commit is contained in:
Alexey Proshutinskiy 2021-06-25 14:27:20 +03:00
parent 29c8388958
commit f930cf6b18

View File

@ -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