Skip to content

Commit 79096b7

Browse files
committed
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.
1 parent 6d6d83e commit 79096b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
install: ${{ matrix.packages }}
151151
location: 'D:\A'
152152
release: ${{ runner.arch == 'ARM64' && 'false' || 'true' }}
153+
cache: ${{ runner.arch == 'ARM64' && 'false' || 'true' }}
153154

154155
- name: Switch to the main mirror
155156
shell: msys2 {0}

0 commit comments

Comments
 (0)