Skip to content

issues Search Results · repo:actions/cache language:TypeScript

Filter by

854 results
 (75 ms)

854 results

inactions/cache (press backspace or delete to remove)

With default SEGMENT_DOWNLOAD_TIMEOUT_MINS which is 10 min the Post Caching can exceed the 10min. I had to cancel the workflow after 12min. I think it would be nice to have a different env for this. ...
  • 4Source
  • 1
  • Opened 
    12 days ago
  • #1669

I work on the MicroPython project. We use the cache action quite heavily, including to cache some large embedded SDK installs which are expensive to create. We have a large number of active PRs at any ...
  • projectgus
  • Opened 
    19 days ago
  • #1667

I have the GHA-workflow below, which installs R and some R packages on windows-latest and should cache the R packages directory. The workflow is always triggered manually (workflow_dispatch) from the main ...
  • Yuri05
  • 1
  • Opened 
    20 days ago
  • #1666

The caching step in my GHA workflow is defined as follows: - name: Restore setup cache id: cache-setup uses: actions/cache@v4 with: key: SingleAction-ospsuite-${{ env.TOOLS_CSV_HASH ...
  • Yuri05
  • Opened 
    21 days ago
  • #1665

We have several caches that are individually addressed and updated (ruby, rubygems, npm packages, precompiled assets, db schema) varying in size from 40kB to 200MB It would be nice to be able to trigger ...
  • DaanVanVugt
  • Opened 
    21 days ago
  • #1664

If we pipe the downloaded file directly into the decompression program the time spent downloading and decompressing can be partially overlapped. In our uses we sometimes have many small files to cache, ...
  • DaanVanVugt
  • Opened 
    21 days ago
  • #1663

I am trying to cache a file with the following step: - name: Cache machine stats id: cache-stats uses: actions/cache@v4 with: path: ${{ github.workspace }}/data/stats.json ...
  • gspetro-NOAA
  • 1
  • Opened 
    22 days ago
  • #1661

i have a pretty simple setup: https://github.com/OlegYch/potplayer-gemini/blob/scala-native/.github/workflows/release.yml#L43 - name: Cache project uses: actions/cache@v4 with: ...
  • OlegYch
  • Opened 
    24 days ago
  • #1660

... Cache Size: ~9302 MB (9753348013 B) /usr/bin/tar -xf /home/runner/work/_temp/df03d4e4-948e-4053-be7b-a08c6d648879/cache.tzst -P -C /home/runner/work/returnn/returnn --use-compress-program unzstd /usr/bin/tar: ...
  • albertz
  • Opened 
    on Oct 6
  • #1659

Some error like this: Post job cleanup. /usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/owner/repo --files-from manifest.txt --use-compress-program zstdmt zstd: error ...
  • albertz
  • 1
  • Opened 
    on Oct 6
  • #1658
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub