Commit Graph

7 Commits

Author SHA1 Message Date
GoForceX 4c32875876 feat: add AVX2 support detection for x64 Linux systems (#167) 2026-02-28 18:08:40 +01:00
Max Schwenk ab8cb4e8f8 feat: add bun- prefix to cache keys (#160)
* feat: add bun- prefix to cache keys

Extract cache key generation into a shared `getCacheKey` function in
utils.ts that both action.ts and cache-save.ts import.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-05 17:36:05 +01:00
autofix-ci[bot] db6bcf6eb8 [autofix.ci] apply automated fixes 2026-01-16 03:38:02 +00:00
autofix-ci[bot] 237a6a77d8 [autofix.ci] apply automated fixes 2025-07-10 19:07:39 +00:00
Robert Michalak 85cb7f6e7e build: bump @actions/cache version (#128)
* bump @actions/cache version

* fix runtime error
2025-04-27 15:46:35 +02:00
Jozef Steinhübl a8913c42f4 fix: use hash instead of url for primary cache key (#102) (#103)
* fix: use hash instead of url for primary cache key (#102)

* Update cache-save.ts

* Update action.ts

* Update cache-save.ts

* build

* format

* [autofix.ci] apply automated fixes

---------

Co-authored-by: Daniil Zotov <142039751+zoto-ff@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-10-08 15:19:42 +02:00
Andy Palmer 0f37bd8169 Move cache save to runs.post and exit early (#60) 2024-02-16 14:14:07 -08:00