Skip to content

Commit

Permalink
try apt fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed May 9, 2024
1 parent cd2ae9a commit d09f10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
[[ "${CW_CONFIG:-}" = *'r64'* ]] && dl+=" libclang-rt${CW_CCSUFFIX}-dev:riscv64"
fi
fi
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra+=" libgcc${CW_GCCSUFFIX}-dev"
fi
if [[ "${CW_CONFIG:-}" = *'musl'* ]]; then
extra+=' musl musl-dev'
if [ "$(uname -m)" = 'aarch64' ]; then
Expand All @@ -94,9 +97,6 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
[[ "${CW_CONFIG:-}" = *'r64'* ]] && extra+=' libc6-dev-riscv64-cross'
fi
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra+=" libgcc${CW_GCCSUFFIX}-dev"
fi
fi

apt-get --option Dpkg::Use-Pty=0 update --yes
Expand Down

0 comments on commit d09f10c

Please sign in to comment.