Skip to content

Commit

Permalink
Add liblzma-dev to fix the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 17, 2025
1 parent faef2f4 commit cf65c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: |
sudo apt-get install cmake
sudo apt-get install cmake liblzma-dev
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit cf65c2b

Please sign in to comment.