File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ jobs:
250250 run : |
251251 cp .\kernel\include\preset.h .\tools\
252252 cd tools
253- (Get-Content -Path "Makefile") -replace '\$\(CC\)', " x86_64-pc-msys-gcc.exe" | Set-Content -Path "Makefile"
254- (Get-Content -Path "Makefile") -replace '\${CC}', "x86_64-pc-msys-gcc.exe" | Set-Content -Path "Makefile"
255253 - name : build
256254 shell : cmd
257255 run : |
@@ -260,15 +258,15 @@ jobs:
260258 - name : Showinfo
261259 shell : cmd
262260 run : |
263- ls C :\a\_temp\
261+ ls D :\a\_temp\
264262
265263 - name : Copyfile2
266264 shell : pwsh
267265 run : |
268266 mkdir .\win
269267 cp .\tools\kptools.exe .\win\kptools-msys2.exe
270- cp C :\a\_temp\msys64\usr\bin\msys-2.0.dll .\win
271- cp C :\a\_temp\msys64\usr\bin\msys-z.dll .\win
268+ cp D :\a\_temp\msys64\usr\bin\msys-2.0.dll .\win
269+ cp D :\a\_temp\msys64\usr\bin\msys-z.dll .\win
272270 7z a kptools-msys2-win .\win
273271 - name : Release
274272
You can’t perform that action at this time.
0 commit comments