We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6527b58 commit 6f95f99Copy full SHA for 6f95f99
.github/workflows/build-and-test.yml
@@ -82,6 +82,8 @@ jobs:
82
go-version: ${{ matrix.go-version }}
83
cache-dependency-path: |
84
**/go.sum
85
+ # disable caching on windows because it's very slow
86
+ cache: ${{ matrix.platform != 'windows-latest' }}
87
- name: export feature flags
88
run: echo ${{ matrix.feature-flags }}=true >> $GITHUB_ENV
89
if: ${{ matrix.platform != 'windows-latest' && matrix.feature-flags != 'DEFAULT' }}
0 commit comments