Skip to content

Commit

Permalink
Should not test or it will fail on a different system
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeArthurScofield authored Dec 30, 2024
1 parent e58d1fe commit dfe7f6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
- name: Build patched Go
shell: bash
run: |
cd ./src
. ./all.bash
. ./make.bash "$@" --no-banner
"$GOTOOLDIR/dist" banner
cd ..
- name: create ZIP archive
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-go1_23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
- name: Build patched Go
shell: bash
run: |
cd ./src
. ./all.bash
. ./make.bash "$@" --no-banner
"$GOTOOLDIR/dist" banner
cd ..
- name: create ZIP archive
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-go1_24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:
curl https://github.com/XTLS/go-win7/commit/36d7775e030192d3bf2dc111d1f6cfa89eae5f0c.diff | patch --verbose -p 1
- name: Build patched Go
shell: bash
run: |
cd ./src
. ./all.bash
. ./make.bash "$@" --no-banner
"$GOTOOLDIR/dist" banner
cd ..
- name: create ZIP archive
Expand Down

0 comments on commit dfe7f6a

Please sign in to comment.