mirror of https://github.com/YosysHQ/yosys.git
test-build: Fix missing bzlib.h
This commit is contained in:
parent
90b1ccf67b
commit
13fdd5246a
|
@ -106,6 +106,7 @@ jobs:
|
|||
git clone https://github.com/mmicko/libwave.git
|
||||
mkdir -p ${{ github.workspace }}/.local/
|
||||
cd libwave
|
||||
sudo apt-get install libbz2-dev
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/.local
|
||||
make -j$procs
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue