Skip to content

Commit

Permalink
proper zstd package on focal
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 31, 2020
1 parent 10a9061 commit 3abba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install libtiff (Ubuntu 20.04)
if: matrix.config.os == 'ubuntu-20.04'
run: sudo apt-get install libwebp-dev libzstd1
run: sudo apt-get install libwebp-dev libzstd-dev

- name: Install curl (Linux)
if: runner.os == 'Linux' && matrix.config.curl == 'curl'
Expand Down

0 comments on commit 3abba2c

Please sign in to comment.