Skip to content

Commit

Permalink
try installing libstdc++ 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 9, 2024
1 parent fdc5119 commit c7f509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ "${CW_CONFIG:-}" = *'win'* ]]; then
elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
[ -n "${CW_GCCSUFFIX:-}" ] || CW_GCCSUFFIX='-14'
extra+=' checksec qemu-user-static'
if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]] || [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then
if [ "$(uname -m)" = 'aarch64' ]; then
dpkg --add-architecture amd64
else
Expand Down

0 comments on commit c7f509d

Please sign in to comment.