Skip to content

Commit 496f4ed

Browse files
committed
Artifact on Windows, attempt MapServer#46
1 parent 0f8a21c commit 496f4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
$env:MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\build\mapcache.xml"
5656
$env:PATH_INFO = "/"
5757
$env:REQUEST_METHOD = "GET"
58-
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:4326&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
58+
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:3857&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
5959
Start-Transcript -Path "${{ github.workspace }}\build\fcgi.out"
6060
.\mapcache.fcgi.exe
6161
Stop-Transcript

0 commit comments

Comments
 (0)