You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2022/05/05 12:11:56 UTC

[nifi-minifi-cpp] 01/03: MINIFICPP-1819 Change Windows restore key to avoid corrupted cache

This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit e1419928f640ede09ac8651fdd42d1dc127c0c15
Author: Gabor Gyimesi <ga...@gmail.com>
AuthorDate: Thu May 5 13:44:40 2022 +0200

    MINIFICPP-1819 Change Windows restore key to avoid corrupted cache
    
    Closes #1325
    
    Signed-off-by: Martin Zink <ma...@apache.org>
---
 .github/workflows/ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9063bacb7..cf1dfa7d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
       - name: linter
         run: cd build && make -j4 linter
   windows_VS2019:
-    name: "windows-vs2019"
+    name: "windows-2019"
     runs-on: windows-2019
     timeout-minutes: 180
     env:
@@ -56,10 +56,10 @@ jobs:
         uses: actions/cache@v2
         with:
           path: ${{ env.CLCACHE_DIR }}
-          key: windows-vs2019-clcache-${{github.ref}}-${{github.sha}}
+          key: windows-2019-clcache-${{github.ref}}-${{github.sha}}
           restore-keys: |
-            windows-vs2019-clcache-${{github.ref}}-
-            windows-vs2019-clcache-refs/heads/main-
+            windows-2019-clcache-${{github.ref}}-
+            windows-2019-clcache-refs/heads/main-
       - name: Setup PATH
         uses: microsoft/setup-msbuild@v1.0.2
       - id: install-sqliteodbc-driver