We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70ac8 commit 355352dCopy full SHA for 355352d
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
submodules: recursive
58
59
- name: Install dependencies
60
- run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build liblemon-dev; pip3 install cmake meson
+ run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build liblemon-dev libbz2-dev liblzma-dev; pip3 install cmake meson
61
62
- name: Build
63
run: cd pycoloquinte; python3 setup.py install --user
0 commit comments