Skip to content

Commit cf65c2b

Browse files
committed
Add liblzma-dev to fix the CI build
1 parent faef2f4 commit cf65c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- name: Setup
1919
run: |
20-
sudo apt-get install cmake
20+
sudo apt-get install cmake liblzma-dev
2121
- name: Build
2222
run: |
2323
mkdir build

0 commit comments

Comments
 (0)