From 2c093abb2937be08b57bb6482fc37df0cc35f917 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 15 Dec 2021 13:25:54 -0100 Subject: [PATCH] Terraform - Force redownload of cache --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22c04eddc..5e4c181b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: uses: actions/cache@v2 with: path: '~/.cache' - key: 'terraformcache_download' + key: 'terraformcache_download2' - name: Download env: DOWNLOAD_TEST_BIN: 1 @@ -287,7 +287,7 @@ jobs: uses: actions/cache@v2 with: path: '~/.cache' - key: 'terraformcache_download' + key: 'terraformcache_download2' - name: Start MotoServer run: | python setup.py sdist