Skip to content

Commit

Permalink
remove libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed Jan 8, 2024
1 parent 6007378 commit 8fcfec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install system dependencies
run: sudo apt install libcurl4-openssl-dev libdeflate-dev
run: sudo apt install libcurl4-openssl-dev

- name: Check build
run: mkdir build && cd build && cmake ../ -DCMAKE_INSTALL_PREFIX=../ && make && make install
Expand Down

0 comments on commit 8fcfec6

Please sign in to comment.