Skip to content

Commit

Permalink
add missing build dependency libzstd-dev for github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkij committed Oct 3, 2022
1 parent b0240f8 commit 333e621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pg-start ${{ matrix.pg }}

- name: Install build-dependencies
run: apt-get install -y liblz4-dev libreadline-dev zlib1g-dev
run: apt-get install -y liblz4-dev libreadline-dev zlib1g-dev libzstd-dev

- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 333e621

Please sign in to comment.