Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d174d8db1 |
@@ -48,16 +48,13 @@ jobs:
|
|||||||
key: go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
|
key: go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: go-${{ runner.os }}-
|
restore-keys: go-${{ runner.os }}-
|
||||||
|
|
||||||
# Cache apt downloads — saves ~50s on the wine + innoextract install.
|
# NOTE: actions/cache for the apt archive (~300 MB) is disabled. The
|
||||||
# Bump the cache key (-v2, -v3, ...) when the package list changes.
|
# save step works (~28s in v0.1.4) but restore times out on the
|
||||||
- name: Cache apt packages
|
# next run — Gitea's cache server can't push 300 MB back fast
|
||||||
id: apt-cache
|
# enough. The Wine + Inno Setup install stays at ~1m20s. The
|
||||||
uses: actions/cache@v4
|
# right fix is a pre-baked Docker image (golang:1.25 + wine +
|
||||||
with:
|
# innoextract + xauth + wine32:i386) pushed to git.okcu.io as
|
||||||
path: |
|
# the job's container.image. Tracked as future work.
|
||||||
/var/cache/apt/archives
|
|
||||||
/var/lib/apt/lists
|
|
||||||
key: apt-trixie-wine-innoextract-v2
|
|
||||||
|
|
||||||
- name: Extract version from tag
|
- name: Extract version from tag
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user