summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-06-11 13:20:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-06-11 13:20:49 +1000
commit2fc77796b18c06fb3171d4a82a90fb57b5750cc9 (patch)
treec0ecad7fa24be322229e23a14267f8190b4341cb /.github
parent2864366e9580425e923416addbe438c3dbb16b2e (diff)
fix ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8ed88468..5bf5ecfdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,9 +19,7 @@ jobs:
- windows-latest
include:
- os: ubuntu-latest
- path: |
- ~/.cache/go-build
- ~/go/pkg/mod
+ cache_path: ~/.cache/go-build
- os: windows-latest
cache_path: ~\AppData\Local\go-build
name: ci - ${{matrix.os}}