diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 0dc68f088c1b0202325bc04e2b4deee8c9372972..f95092989d9ce44619ba9fd205d9ff6adc6c69a0 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -7,7 +7,7 @@ set -e
 
 #cd /suyu
 
-wine ccache.exe -sv
+#wine ccache.exe -sv
 
 mkdir -p build && cd build
 wine cmake.exe .. \
@@ -16,13 +16,13 @@ wine cmake.exe .. \
     -DDISPLAY_VERSION="$1" \
     -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
     -DENABLE_QT_TRANSLATION=OFF \
-    -DUSE_CCACHE=ON \
+#    -DUSE_CCACHE=ON \
     -DENABLE_LIBUSB=NO \
     -DSUYU_TESTS=OFF \
     -GNinja
 wine ninja.exe suyu suyu-cmd
 
-wine ccache.exe -sv
+#wine ccache.exe -sv
 
 echo "Tests skipped"
 # TODO: actually run the tests