Skip to content

Commit

Permalink
ci: Install the correct softhsm package on debian
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje authored and simo5 committed Nov 28, 2023
1 parent 74f29e6 commit 6843795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/address-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
apt-get -q update
apt-get -yq install git gcc clang make automake \
libtool pkg-config autoconf-archive libssl-dev openssl expect \
procps libnss3 libnss3-tools libnss3-dev softhsm opensc p11-kit \
procps libnss3 libnss3-tools libnss3-dev softhsm2 opensc p11-kit \
libp11-kit-dev p11-kit-modules gnutls-bin \
openssl-dbgsym libssl3-dbgsym
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if [ "${{ matrix.token }}" = "softokn" ]; then
apt-get -yq install libnss3 libnss3-tools libnss3-dev
elif [ "${{ matrix.token }}" = "softhsm" ]; then
apt-get -yq install softhsm opensc p11-kit libp11-kit-dev \
apt-get -yq install softhsm2 opensc p11-kit libp11-kit-dev \
p11-kit-modules gnutls-bin
fi
fi
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
apt-get -yq install git gcc make automake expect \
libtool pkg-config autoconf-archive libssl-dev openssl \
xz-utils libnss3 libnss3-tools libnss3-dev \
softhsm opensc p11-kit libp11-kit-dev p11-kit-modules gnutls-bin
softhsm2 opensc p11-kit libp11-kit-dev p11-kit-modules \
gnutls-bin
fi
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6843795

Please sign in to comment.