We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecf4c1 commit f4f0a24Copy full SHA for f4f0a24
.github/setup-linux.sh
@@ -84,7 +84,7 @@ deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe
84
if [ -f "/usr/lib/x86_64-linux-gnu/libssl.so.3" ]; then
85
DEP="libssl3-dbgsym"
86
fi
87
- $SUDO apt-get install -y openssl-dbgsym "$DEP"
+ $SUDO apt-get install -y openssl-dbgsym "$DEP" softhsm2-dbgsym
88
89
90
if [ "$1" == "mingw" -o "$1" == "mingw32" ]; then
0 commit comments