Skip to content

Commit 355352d

Browse files
committed
Update workflow for Bzip2 and Lzma packages
1 parent 1f70ac8 commit 355352d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
submodules: recursive
5858

5959
- name: Install dependencies
60-
run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build liblemon-dev; pip3 install cmake meson
60+
run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build liblemon-dev libbz2-dev liblzma-dev; pip3 install cmake meson
6161

6262
- name: Build
6363
run: cd pycoloquinte; python3 setup.py install --user

0 commit comments

Comments
 (0)