mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: fix toml-module-pass-external-test-suites after the CI image runner upgraded jq to version 1.7, by downloading and using the release version of jq-1.6
This commit is contained in:
parent
5dd28cf941
commit
e202641268
1 changed files with 3 additions and 2 deletions
5
.github/workflows/toml_ci.yml
vendored
5
.github/workflows/toml_ci.yml
vendored
|
@ -26,8 +26,9 @@ jobs:
|
||||||
run: make -j4 && ./v symlink
|
run: make -j4 && ./v symlink
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
v retry -- sudo apt update
|
v retry -- v download https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64
|
||||||
v retry -- sudo apt install --quiet -y jq libgc-dev
|
sudo chmod 755 jq-linux64
|
||||||
|
sudo mv jq-linux64 /usr/bin/jq
|
||||||
|
|
||||||
- name: Show JQ Version
|
- name: Show JQ Version
|
||||||
run: jq --version
|
run: jq --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue