From 49748f0c9111188577923d9e524d121f859bff00 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Mon, 19 Dec 2022 10:34:43 +0100 Subject: [PATCH] Caching just made Windows slower 2m18s with a hot cache 1m11s without any cache at all Ref: * https://github.com/walles/moar/actions/runs/3730024138/jobs/6326593911 * https://github.com/walles/moar/actions/runs/3730108441/jobs/6326833806 --- .github/workflows/windows-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index b2e35d5..62a68cd 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -11,11 +11,5 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v2 - - # 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 ./...