From 496f4ed9129ef17f510c04af44dec7624e8c9523 Mon Sep 17 00:00:00 2001 From: jbo-ads Date: Wed, 1 Dec 2021 15:39:55 +0100 Subject: [PATCH] Artifact on Windows, attempt #46 --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6aa5a14f..32761103 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -55,7 +55,7 @@ jobs: $env:MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\build\mapcache.xml" $env:PATH_INFO = "/" $env:REQUEST_METHOD = "GET" - $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" + $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" Start-Transcript -Path "${{ github.workspace }}\build\fcgi.out" .\mapcache.fcgi.exe Stop-Transcript