Skip to content

Commit

Permalink
perm
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb committed Dec 31, 2024
1 parent c5d48cb commit 81e56da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: patch net/http/fs.go
if: runner.os != 'Windows'
run: |
patch -p0 --forward `go env GOROOT`/src/net/http/fs.go < ./script/patch/fs.patch || true
patch -p0 --forward `go env GOMODCACHE`/github.com/gin-gonic/gin@v1.10.0/context.go < ./script/patch/gin-context.patch || true
sudo patch -p0 --forward `go env GOROOT`/src/net/http/fs.go < ./script/patch/fs.patch || true
sudo patch -p0 --forward `go env GOMODCACHE`/github.com/gin-gonic/gin@v1.10.0/context.go < ./script/patch/gin-context.patch || true
- name: patch net/http/fs.go (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 81e56da

Please sign in to comment.