Skip to content

Commit

Permalink
xz-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 11, 2024
1 parent 32e5cc7 commit 07de56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Install dependency packages
run: |
apt-get update
apt-get install --no-install-recommends -y autoconf ca-certificates ccache cmake curl lbzip2 libtool make patch pkg-config xz ${{ matrix.host.packages }}
apt-get install --no-install-recommends -y autoconf ca-certificates ccache cmake curl lbzip2 libtool make patch pkg-config xz-utils ${{ matrix.host.packages }}
echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"
- name: Depends fingerprint (1)
Expand Down

0 comments on commit 07de56b

Please sign in to comment.