Skip to content

Commit dfe7f6a

Browse files
Should not test or it will fail on a different system
1 parent e58d1fe commit dfe7f6a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ jobs:
5757
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
5858
5959
- name: Build patched Go
60+
shell: bash
6061
run: |
6162
cd ./src
62-
. ./all.bash
63+
. ./make.bash "$@" --no-banner
64+
"$GOTOOLDIR/dist" banner
6365
cd ..
6466
6567
- name: create ZIP archive

.github/workflows/test-go1_23.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ jobs:
6161
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
6262
6363
- name: Build patched Go
64+
shell: bash
6465
run: |
6566
cd ./src
66-
. ./all.bash
67+
. ./make.bash "$@" --no-banner
68+
"$GOTOOLDIR/dist" banner
6769
cd ..
6870
6971
- name: create ZIP archive

.github/workflows/test-go1_24.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ jobs:
6161
curl https://github.com/XTLS/go-win7/commit/36d7775e030192d3bf2dc111d1f6cfa89eae5f0c.diff | patch --verbose -p 1
6262
6363
- name: Build patched Go
64+
shell: bash
6465
run: |
6566
cd ./src
66-
. ./all.bash
67+
. ./make.bash "$@" --no-banner
68+
"$GOTOOLDIR/dist" banner
6769
cd ..
6870
6971
- name: create ZIP archive

0 commit comments

Comments
 (0)