diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-28 10:11:36 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-28 10:11:36 +0200 |
| commit | 19fcc2ca3212c64746aeefc7891066fbb8ea9b01 (patch) | |
| tree | d5197c3a5d69f1880ff348e0df7b9b1f5dfde04b | |
| parent | 0da137faf18548b8d0a89b9e7a13615ab368110b (diff) | |
add jq to dependencies
| -rw-r--r-- | .github/workflows/xmruw.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/xmruw.yaml b/.github/workflows/xmruw.yaml index ce9f2e6..6e89359 100644 --- a/.github/workflows/xmruw.yaml +++ b/.github/workflows/xmruw.yaml @@ -10,7 +10,7 @@ jobs: - name: Install dependencies run: | apt update - apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3 + apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3 jq - uses: actions/checkout@v4 with: fetch-depth: 0 |
