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:
Delyan Angelov 2025-01-18 15:22:29 +02:00
parent 5dd28cf941
commit e202641268
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -26,8 +26,9 @@ jobs:
run: make -j4 && ./v symlink
- name: Install dependencies
run: |
v retry -- sudo apt update
v retry -- sudo apt install --quiet -y jq libgc-dev
v retry -- v download https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64
sudo chmod 755 jq-linux64
sudo mv jq-linux64 /usr/bin/jq
- name: Show JQ Version
run: jq --version