禁用缓存

This commit is contained in:
2026-05-02 23:55:27 +08:00
parent f443758e3e
commit 4e3185f723

View File

@@ -33,12 +33,11 @@ jobs:
with:
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
go-version: '1.26'
cache: false
- name: Apply Patches
run: |
cd $(go env GOROOT)
for p in $GITEA_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
# - name: Apply Patches
# run: |
# cd $(go env GOROOT)
# for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
- name: Calculate go.sum hash
id: calc-hash