From 79096b753cf3a620aa67fcb215bb17a7578ba813 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 28 May 2023 21:02:12 +0200 Subject: [PATCH] build: disable setup-msys2 caching for the arm64 runner it's not really helping in case of self-hosted runners, so just disable it there. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3202e4..7e9a708 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,6 +150,7 @@ jobs: install: ${{ matrix.packages }} location: 'D:\A' release: ${{ runner.arch == 'ARM64' && 'false' || 'true' }} + cache: ${{ runner.arch == 'ARM64' && 'false' || 'true' }} - name: Switch to the main mirror shell: msys2 {0}