Skip to content

Commit f4f0a24

Browse files
committed
ci: Install softhsm debug symbols to get uninitialized reports from the right place
1 parent 6ecf4c1 commit f4f0a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe
8484
if [ -f "/usr/lib/x86_64-linux-gnu/libssl.so.3" ]; then
8585
DEP="libssl3-dbgsym"
8686
fi
87-
$SUDO apt-get install -y openssl-dbgsym "$DEP"
87+
$SUDO apt-get install -y openssl-dbgsym "$DEP" softhsm2-dbgsym
8888
fi
8989

9090
if [ "$1" == "mingw" -o "$1" == "mingw32" ]; then

0 commit comments

Comments
 (0)