From b103cbc52d7533474d1daee58761ac0fe1509da0 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 12 Apr 2021 01:48:15 +0200 Subject: [PATCH] chore: trying to force the purge of the cache. --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1d24918c773b..d47e2be39f03 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -35,6 +35,7 @@ jobs: version: latest # skip cache because of flaky behaviors skip-build-cache: true + skip-pkg-cache: true tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors