mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
CI: Install jq as dependency, and make compile_all_bins script generic.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user