chaokunyang commented on PR #2893:
URL: https://github.com/apache/fory/pull/2893#issuecomment-3489080207

   @prakash-218 maybe you could try setup-bazel cache later:
   ```
   - uses: bazel-contrib/[email protected]
     with:
       # Avoid downloading Bazel every time.
       bazelisk-cache: true
       # Store build cache per workflow.
       disk-cache: ${{ github.workflow }}
       # Share repository cache between workflows.
       repository-cache: true
   ```
   
   now let me remove build cache to fix ci


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to