Skip to content

Commit d085b96

Browse files
committed
try installing libstdc++ 3
1 parent 46248b0 commit d085b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
3333
elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
3434
[ -n "${CW_GCCSUFFIX:-}" ] || CW_GCCSUFFIX='-14'
3535
extra+=' checksec qemu-user-static'
36-
if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
36+
if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]] || [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
3737
if [ "$(uname -m)" = 'aarch64' ]; then
3838
dpkg --add-architecture amd64
3939
else

0 commit comments

Comments
 (0)