Skip to content

Commit

Permalink
CI: Add zlib-devel package for opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Aug 27, 2024
1 parent 599170e commit e925c4c
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 @@ -100,7 +100,7 @@ jobs:
zypper -n in ${{ matrix.pkgs }} cmake git go gtest pcre2-devel pkgconfig \
'pkgconfig(libbrotlicommon)' 'pkgconfig(liblz4)' \
'pkgconfig(libunwind-generic)' \
'pkgconfig(libzstd)' 'pkgconfig(protobuf)' ninja tar xz
'pkgconfig(libzstd)' 'pkgconfig(protobuf)' ninja tar xz zlib-devel
- name: prep archlinux
if: startsWith(matrix.os, 'archlinux')
Expand Down

0 comments on commit e925c4c

Please sign in to comment.