fix vcpkg for static

This commit is contained in:
Mathis Logemann 2022-11-26 08:36:42 +01:00
parent df1ff425b7
commit 0071eb1163

View file

@ -49,7 +49,7 @@ jobs:
name: Windows static
uses: ./.github/workflows/windows.yml
with:
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
NUGET_USERNAME: mapnik
USE_MEMORY_MAPPED_FILE: 'ON'
@ -88,7 +88,7 @@ jobs:
name: Linux static
uses: ./.github/workflows/ubuntu.yml
with:
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
NUGET_USERNAME: mapnik
USE_MEMORY_MAPPED_FILE: 'ON'
@ -127,7 +127,7 @@ jobs:
name: MacOS static
uses: ./.github/workflows/macos.yml
with:
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
NUGET_USERNAME: mapnik
USE_MEMORY_MAPPED_FILE: 'ON'