File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 57
57
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
58
58
59
59
- name : Build patched Go
60
+ shell : bash
60
61
run : |
61
62
cd ./src
62
- . ./all.bash
63
+ . ./make.bash "$@" --no-banner
64
+ "$GOTOOLDIR/dist" banner
63
65
cd ..
64
66
65
67
- name : create ZIP archive
Original file line number Diff line number Diff line change 61
61
curl https://github.com/XTLS/go-win7/commit/ac17c301268dd7835236e61c9bfefdf2b8e633d5.diff | patch --verbose -p 1
62
62
63
63
- name : Build patched Go
64
+ shell : bash
64
65
run : |
65
66
cd ./src
66
- . ./all.bash
67
+ . ./make.bash "$@" --no-banner
68
+ "$GOTOOLDIR/dist" banner
67
69
cd ..
68
70
69
71
- name : create ZIP archive
Original file line number Diff line number Diff line change 61
61
curl https://github.com/XTLS/go-win7/commit/36d7775e030192d3bf2dc111d1f6cfa89eae5f0c.diff | patch --verbose -p 1
62
62
63
63
- name : Build patched Go
64
+ shell : bash
64
65
run : |
65
66
cd ./src
66
- . ./all.bash
67
+ . ./make.bash "$@" --no-banner
68
+ "$GOTOOLDIR/dist" banner
67
69
cd ..
68
70
69
71
- name : create ZIP archive
You can’t perform that action at this time.
0 commit comments