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
Signed-off-by: Ayoub Zaki <[email protected]>
  • Loading branch information
embetrix committed Jan 22, 2025
1 parent 20c7938 commit 94beabb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: ${{ runner.os }}-dnf-${{ steps.get-date.outputs.date }}

- name: Install Build Requirements
run: dnf -y install gcc git meson openssl-devel
run: dnf -y install gcc git meson openssl-devel p11-kit-devel

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 94beabb

Please sign in to comment.