Skip to content

Commit

Permalink
ci: remove monkey patch
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Aug 13, 2024
1 parent 3444144 commit 1f4be4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
GOROOT=$(go env GOROOT)
echo "GOROOT=$GOROOT" >> $GITHUB_OUTPUT
- name: Patch stdlib # fixme: remove after Go release if https://github.com/Zxilly/go-size-analyzer/issues/141 is resolved
shell: bash
working-directory: ${{ steps.go-root.outputs.GOROOT }}
run: |
wget -q https://gist.githubusercontent.com/Zxilly/f4ab8080af496b1ca392e5d6618fb419/raw/9115331b6a42c93c17ab49d0a91aae7bfe455656/go.patch
patch -p1 --verbose < go.patch
- name: Setup Binaryen
# fixme: use acifani/setup-tinygo after pr acceptance
uses: Zxilly/setup-tinygo@da87f9a9d5f7f1fcd8b6fcbd0af84d8789742c34 # main
Expand Down

0 comments on commit 1f4be4b

Please sign in to comment.