revert(ci): remove actions/cache@v4 - hangs on act_runner v0.6.1
CI / build-server-core (push) Successful in 5m41s
CI / server-core-test (push) Has been skipped
CI / device-agent-test (push) Has been skipped
CI / dashboard-test (push) Has been skipped
CI / build-device-agent (push) Successful in 2m11s
CI / build-dashboard (push) Successful in 1m11s
CI / build-docs (push) Successful in 1m9s
CI / release (push) Successful in 29s

actions/cache@v4 not compatible with self-hosted act_runner.
Builds complete in 3-5min without cache - acceptable.
This commit is contained in:
datadunia
2026-06-17 13:54:58 +07:00
parent 6f57540490
commit 9a2212d691
3 changed files with 0 additions and 22 deletions
-8
View File
@@ -21,14 +21,6 @@ jobs:
with:
go-version: '1.26'
- uses: actions/cache@v4
with:
path: |
~/go/pkg/mod
~/.cache/go-build
key: server-core-go-${{ hashFiles('apps/server-core/go.sum') }}
restore-keys: server-core-go-
- name: Download Go modules
working-directory: apps/server-core
run: go mod download