Skip to content

Commit 70acbd1

Browse files
committed
Fix Windows Go cache in CI
1 parent f96240f commit 70acbd1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
build:
1818
name: Build (${{ matrix.os }})
1919
runs-on: ${{ matrix.os }}
20+
env:
21+
GOCACHE: ${{ runner.temp }}/go-build-cache
2022
strategy:
2123
fail-fast: false
2224
matrix:

0 commit comments

Comments
 (0)