test-build: Fix missing bzlib.h

This commit is contained in:
KrystalDelusion 2025-01-20 12:04:24 +13:00 committed by GitHub
parent 90b1ccf67b
commit 13fdd5246a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ jobs:
git clone https://github.com/mmicko/libwave.git git clone https://github.com/mmicko/libwave.git
mkdir -p ${{ github.workspace }}/.local/ mkdir -p ${{ github.workspace }}/.local/
cd libwave cd libwave
sudo apt-get install libbz2-dev
cmake . -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/.local cmake . -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/.local
make -j$procs make -j$procs
make install make install