martinzink commented on code in PR #1325:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1325#discussion_r864964609


##########
.github/workflows/ci.yml:
##########
@@ -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-

Review Comment:
   I think we should just append a `-v2` at the end so next time we can just 
increment it (and we can keep count how many times the cache bugged out...)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to