Skip to content

Commit

Permalink
Run patchgc with -a to force rebuild of stdlib on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Dec 7, 2023
1 parent 601ef4d commit cb81b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Patch gc
shell: sh
run:
go run github.com/eh-steve/goloader/jit/patchgc@2aedbae4eb66fb4d0a4f24efbeb1873007792bca
go run -a github.com/eh-steve/goloader/jit/patchgc@2aedbae4eb66fb4d0a4f24efbeb1873007792bca

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit cb81b18

Please sign in to comment.