-
|
I'd like to know if someone successfully managed to enable caching for gvsbuild since it's taking almost an hour to build it and the app on Rust (the same app for Linux is building in 5 minutes on GitHub Actions). Any ideas/instructions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I guess I can craft something from this example documentation https://github.com/actions/cache/blob/main/examples.md |
Beta Was this translation helpful? Give feedback.
-
|
I've come up with the following solution that works on The first step produces the timestamp (you can customize it but I selected it to update once a week) for the cache to be marked with (because It creates a 150 MB cache archive that is stored in the repository's action cache. It saves up to 90% of build time. For more information: |
Beta Was this translation helpful? Give feedback.
I've come up with the following solution that works on
windows-2022runner.