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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]