diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 66cfce4e5f59a..4f52cba1b5938 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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)