File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs:
105
105
release : true
106
106
path-type : inherit
107
107
install : " make git dos2unix diffutils\n "
108
+ - name : disable git crlf conversion
109
+ run : src/ci/scripts/disable-git-crlf-conversion.sh
108
110
- name : checkout the source code
109
111
uses : actions/checkout@v4
110
112
with :
@@ -508,6 +510,8 @@ jobs:
508
510
release : true
509
511
path-type : inherit
510
512
install : " make git dos2unix diffutils\n "
513
+ - name : disable git crlf conversion
514
+ run : src/ci/scripts/disable-git-crlf-conversion.sh
511
515
- name : checkout the source code
512
516
uses : actions/checkout@v4
513
517
with :
@@ -645,6 +649,8 @@ jobs:
645
649
release : true
646
650
path-type : inherit
647
651
install : " make git dos2unix diffutils\n "
652
+ - name : disable git crlf conversion
653
+ run : src/ci/scripts/disable-git-crlf-conversion.sh
648
654
- name : checkout the source code
649
655
uses : actions/checkout@v4
650
656
with :
Original file line number Diff line number Diff line change @@ -145,10 +145,9 @@ toolchain.
145
145
146
146
1 . Download the latest [ MSYS2 installer] [ msys2 ] and go through the installer.
147
147
148
- 2 . Run ` mingw32_shell.bat ` or ` mingw64_shell.bat ` from the MSYS2 installation
149
- directory (e.g. ` C:\msys64 ` ), depending on whether you want 32-bit or 64-bit
150
- Rust. (As of the latest version of MSYS2 you have to run `msys2_shell.cmd
151
- -mingw32` or ` msys2_shell.cmd -mingw64` from the command line instead.)
148
+ 2 . Start a MINGW64 or MINGW32 shell (depending on whether you want 32-bit
149
+ or 64-bit Rust) either from your start menu, or by running ` mingw64.exe `
150
+ or ` mingw32.exe ` from your MSYS2 installation directory (e.g. ` C:\msys64 ` ).
152
151
153
152
3 . From this terminal, install the required tools:
154
153
You can’t perform that action at this time.
0 commit comments