Update Qt to 6.8.3 and update clang compiler

This commit is contained in:
Zion Nimchuk
2025-03-29 12:51:17 -07:00
committed by Megamouse
parent 01cdc83aeb
commit 55190c2125
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -40,13 +40,13 @@ jobs:
# displayName: ccache
# - bash: |
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.2
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.3
# docker run \
# -v $(pwd):/rpcs3 \
# --env-file .ci/docker.env \
# -v $CCACHE_DIR:/root/.ccache \
# -v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \
# rpcs3/rpcs3-ci-jammy:1.2 \
# rpcs3/rpcs3-ci-jammy:1.3 \
# /rpcs3/.ci/build-linux.sh
# displayName: Docker setup and build