We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70ac8 commit 3caff16Copy full SHA for 3caff16
1 file changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
submodules: recursive
41
42
- name: Install dependencies
43
- run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build; pip3 install cmake meson
+ run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build libbz2-dev liblzma-dev; pip3 install cmake meson
44
45
- name: Build
46
run: meson setup build; meson compile -C build
0 commit comments