cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
[This workflow](https://github.com/madebr/mpg123/blob/probe-ci-msvc/.github/workflows/CMake-MSVC.yml) creates a cache on a windows-2022 image. Restoring the cache on a windows-2019 image fails. The `enableCrossOsArchive: true` property is set. [Example of a failure](https://github.com/madebr/mpg123/actions/runs/15403614270/job/43341769330#step:3:10)
According to #1514, `cache-hit` is `true` when the cache is restored from the full key, `false` when the cache is restored from a fallback key, and empty when the cache...
## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
Closes: #1513 ## Description Update documentation, so that it reflects the actual behavior of `cache-hit`. ## Motivation and Context The documentation describes a behavior that does not reflect the actual...
In my setup the cache retrieval step is the longest step for each action: It takes around 3-4 minutes to download and extract a 515MB cache file:  **Host OS**...
### Description We encountered a critical issue in actions/cache@v4 when the initial call to CreateCacheEntry timed out during an upload, likely due to a partial GitHub Actions outage. Here is...
There are repeated errors in workflows with this action. Cache didn't restored correctly. ``` Warning: The runner was not able to contact the cache service. Caching will be skipped Run...
It would be helpful to document explicitely in README.md what GITHUB_TOKEN permissions must be granted. The `actions/setup-go` (which uses `actions/cache`) recommends `contents: read` but I would like to be sure...
## Description I've added an example for using the action within a dart repository ## Motivation and Context Faster workflows in any dart project. ## How Has This Been Tested?...
…nımlar: action/[email protected] ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which...