Skip to content

Commit

Permalink
remove libdeflate-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Oct 23, 2024
1 parent e28b070 commit 460c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cuda: '11.8.0'
- name: Install dependencies from apt
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libhdf5-dev libssl-dev libzstd-dev autoconf libdeflate-dev
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libhdf5-dev libssl-dev libzstd-dev autoconf && sudo apt-get remove -y libdeflate-dev
- name: Set up Windows path
uses: myci-actions/export-env-var-powershell@1
if: matrix.os == 'windows-2019-large'
Expand Down

0 comments on commit 460c24c

Please sign in to comment.