CI: Install jq as dependency, and make compile_all_bins script generic.

This commit is contained in:
parazyd
2022-04-23 14:04:30 +02:00
parent 3cf18a4707
commit 9f1e9b1401
2 changed files with 10 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies (Linux)
run: |
sudo apt update
sudo apt -y install build-essential clang libclang-dev llvm-dev libudev-dev pkg-config
sudo apt -y install jq build-essential clang libclang-dev llvm-dev libudev-dev pkg-config
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (macOS)