From 3a923461d02efb1ae5b59bee97dd273a6f72146c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 14 Aug 2025 12:33:49 +0200 Subject: [PATCH] ci/vkd3d: drop duplicate submodule update Part-of: --- .gitlab-ci/container/build-vkd3d-proton.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/container/build-vkd3d-proton.sh b/.gitlab-ci/container/build-vkd3d-proton.sh index d60ef652deb..af0c79f6148 100644 --- a/.gitlab-ci/container/build-vkd3d-proton.sh +++ b/.gitlab-ci/container/build-vkd3d-proton.sh @@ -28,7 +28,6 @@ git clone https://github.com/HansKristian-Work/vkd3d-proton.git --single-branch pushd "$VKD3D_PROTON_SRC_DIR" git checkout "$VKD3D_PROTON_COMMIT" git submodule update --init --recursive -git submodule update --recursive meson setup \ -D c_args=-Wno-error=incompatible-pointer-types \