You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/07/11 07:09:35 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1361: Fix corrupted clcache in windows build

lordgamez commented on code in PR #1361:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1361#discussion_r917606337


##########
.github/workflows/ci.yml:
##########
@@ -56,10 +56,10 @@ jobs:
         uses: actions/cache@v2
         with:
           path: ${{ env.CLCACHE_DIR }}
-          key: windows-2019-clcache-${{github.ref}}-${{github.sha}}
+          key: windows-vs2019-clcache-${{github.ref}}-${{github.sha}}
           restore-keys: |
-            windows-2019-clcache-${{github.ref}}-
-            windows-2019-clcache-refs/heads/main-
+            windows-vs2019-clcache-${{github.ref}}-
+            windows-vs2019-clcache-refs/heads/main-

Review Comment:
   True, although the last time it was changed before that was in November in #1214 so it's quite unpredictable.



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org