szaszm commented on code in PR #1580:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1580#discussion_r1213156613


##########
.github/workflows/ci.yml:
##########
@@ -73,8 +74,15 @@ jobs:
         run: git config --system core.longpaths true
       - id: checkout
         uses: actions/checkout@v3
-      - name: Set up MSBuild
-        uses: microsoft/[email protected]
+      - name: Run sccache-cache
+        uses: mozilla-actions/[email protected]
+      - name: sccache cache
+        uses: actions/cache@v3
+        with:
+          path: ~/AppData/Local/Mozilla/sccache/cache
+          key: ${{ runner.os }}-sccache

Review Comment:
   That sounds bad, I didn't know it. Added the commit SHA to the cache key for 
now, and created a Jira for a smarter eviction job: [MINIFICPP-2130 Custom 
cache eviction strategy for GitHub 
Actions](https://issues.apache.org/jira/browse/MINIFICPP-2130)



-- 
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