修改环境变量

This commit is contained in:
2026-05-02 23:51:35 +08:00
parent 7640ac3e44
commit f443758e3e

View File

@@ -38,7 +38,7 @@ jobs:
- name: Apply Patches
run: |
cd $(go env GOROOT)
for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
for p in $GITEA_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done
- name: Calculate go.sum hash
id: calc-hash