恢复补丁
This commit is contained in:
@@ -39,10 +39,10 @@ jobs:
|
||||
go-download-base-url: 'https://github.com/MetaCubeX/go/releases/download/build'
|
||||
go-version: '1.26'
|
||||
|
||||
# - name: Apply Patches
|
||||
# run: |
|
||||
# cd $(go env GOROOT)
|
||||
# for p in $GITHUB_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
|
||||
|
||||
Reference in New Issue
Block a user