ci: fix cache paths in cross compile workflow (#5318)

This commit is contained in:
Marten Seemann
2025-08-29 10:05:44 +08:00
committed by GitHub
parent b6119744e4
commit 13a9a650f2

View File

@@ -20,9 +20,7 @@ jobs:
id: load-go-cache
uses: actions/cache/restore@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
path: ~/.cache/go-build
key: go-${{ matrix.go }}-crosscompile-${{ steps.get-date.outputs.date }}
restore-keys: go-${{ matrix.go }}-crosscompile-
- name: Install build utils