Skip to content

Commit 3caff16

Browse files
committed
Update workflow for Bzip2 and Lzma packages
1 parent 1f70ac8 commit 3caff16

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
@@ -40,7 +40,7 @@ jobs:
4040
submodules: recursive
4141

4242
- name: Install dependencies
43-
run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build; pip3 install cmake meson
43+
run: sudo apt-get install libboost-all-dev libeigen3-dev ninja-build libbz2-dev liblzma-dev; pip3 install cmake meson
4444

4545
- name: Build
4646
run: meson setup build; meson compile -C build

0 commit comments

Comments
 (0)