There was an error while loading. Please reload this page.
1 parent f96240f commit 70acbd1Copy full SHA for 70acbd1
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
build:
18
name: Build (${{ matrix.os }})
19
runs-on: ${{ matrix.os }}
20
+ env:
21
+ GOCACHE: ${{ runner.temp }}/go-build-cache
22
strategy:
23
fail-fast: false
24
matrix:
0 commit comments