From 9a2f152fcbed0184ff4cccd573a2630e47aa3d97 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 29 Sep 2024 17:51:37 +0200 Subject: [PATCH] don't cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47095be..79c6cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: version: ${{matrix.version}} arch: ${{matrix.arch}} ts: ${{matrix.ts}} - cache: true + cache: false - run: tree /a . - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1