lordgamez commented on code in PR #1325:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1325#discussion_r864973509
##########
.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 was thinking that if it happens next time we can just return to the
original, as by that time they will all clear :)
--
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]