Skip to content

Commit 6f95f99

Browse files
disable go setup caching on windows
1 parent 6527b58 commit 6f95f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
go-version: ${{ matrix.go-version }}
8383
cache-dependency-path: |
8484
**/go.sum
85+
# disable caching on windows because it's very slow
86+
cache: ${{ matrix.platform != 'windows-latest' }}
8587
- name: export feature flags
8688
run: echo ${{ matrix.feature-flags }}=true >> $GITHUB_ENV
8789
if: ${{ matrix.platform != 'windows-latest' && matrix.feature-flags != 'DEFAULT' }}

0 commit comments

Comments
 (0)