From 49b45af8df9bdd0d74f9af7cd29743f36551566f Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Mon, 19 Dec 2022 10:26:01 +0100 Subject: [PATCH] Cache was disabled by default --- .github/workflows/windows-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 347c3b1..b2e35d5 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -14,6 +14,8 @@ jobs: # Add some caching, should help for PRs with multiple pushes. - uses: actions/setup-go@v3 + with: + cache: true - run: go build - run: go test -timeout 30s ./...