Skip to content

Commit 74d9d8d

Browse files
hartworkvitalybuka
authored andcommitted
Install liblzma-dev to fix CI
Symptom was: > Could NOT find LibLZMA (missing: LIBLZMA_LIBRARY LIBLZMA_INCLUDE_DIR > LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 46cc1dc commit 74d9d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636

3737
- name: Install Ninja
38-
run: sudo apt install -y ninja-build
38+
run: sudo apt install -y liblzma-dev ninja-build
3939

4040
- name: Set reusable strings
4141
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)