mirror of https://github.com/PCSX2/pcsx2.git
GHActions:Linux: Upgrade to Clang 9
This commit is contained in:
parent
6b81808ecc
commit
bfd960ad1b
|
@ -38,7 +38,7 @@ declare -a PCSX2_PACKAGES=(
|
|||
if [ "${COMPILER}" = "gcc" ]; then
|
||||
BUILD_PACKAGES+=("g++-10-multilib")
|
||||
else
|
||||
BUILD_PACKAGES+=("clang")
|
||||
BUILD_PACKAGES+=("clang-9")
|
||||
PCSX2_PACKAGES+=("libstdc++-10-dev")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue