Skip to content

Commit

Permalink
ci: add compiler dependencies on p11-kit devel package
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Jan 22, 2025
1 parent 20c7938 commit 46c871d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dnf -y install $dnf_opts \
git ${{ matrix.compiler }} meson which \
pkgconf-pkg-config openssl-devel openssl \
diffutils expect valgrind opensc gnutls-utils python3-six
diffutils expect valgrind opensc gnutls-utils python3-six p11-kit-devel
if [ "${{ matrix.token }}" = "softokn" ]; then
dnf -y install nss-softokn nss-tools nss-softokn-devel \
nss-devel
Expand All @@ -49,7 +49,7 @@ jobs:
elif [ -f /etc/debian_version ]; then
apt-get -q update
apt-get -yq install git ${{ matrix.compiler }} meson \
pkg-config libssl-dev openssl expect \
pkg-config libssl-dev openssl expect libp11-kit-dev \
valgrind procps opensc gnutls-bin python3-six
if [ "${{ matrix.token }}" = "softokn" ]; then
apt-get -yq install libnss3 libnss3-tools libnss3-dev
Expand Down

0 comments on commit 46c871d

Please sign in to comment.