We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818a183 commit 6323351Copy full SHA for 6323351
1 file changed
.github/workflows/build-windows.yml
@@ -75,7 +75,7 @@ jobs:
75
Copy-Item -Path "${{ github.workspace }}\build\fcgi-1.out" -Destination "${{ github.workspace }}\build\fcgi-2.out"
76
perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/[A-Z][-:; ,\/=A-Za-z0-9]*\r\n//g' "${{ github.workspace }}\build\fcgi-2.out"
77
Copy-Item -Path "${{ github.workspace }}\build\fcgi-2.out" -Destination "${{ github.workspace }}\build\fcgi-3.out"
78
- perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/\r\n//' "${{ github.workspace }}\build\fcgi-3.out"
+ perl.exe -0777 -pi -e 'binmode ARV;binmode ARGVOUT;s/\n//' "${{ github.workspace }}\build\fcgi-3.out"
79
.\gdal\apps\gdalinfo.exe -checksum "${{ github.workspace }}\build\fcgi-3.out"
80
.\mapcache_seed.exe -h
81
.\mapcache_detail.exe --help
0 commit comments