fix vcpkg for static
This commit is contained in:
parent
df1ff425b7
commit
0071eb1163
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_test.yml
vendored
6
.github/workflows/build_test.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
name: Windows static
|
name: Windows static
|
||||||
uses: ./.github/workflows/windows.yml
|
uses: ./.github/workflows/windows.yml
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
|
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
NUGET_USERNAME: mapnik
|
NUGET_USERNAME: mapnik
|
||||||
USE_MEMORY_MAPPED_FILE: 'ON'
|
USE_MEMORY_MAPPED_FILE: 'ON'
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
name: Linux static
|
name: Linux static
|
||||||
uses: ./.github/workflows/ubuntu.yml
|
uses: ./.github/workflows/ubuntu.yml
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
|
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
NUGET_USERNAME: mapnik
|
NUGET_USERNAME: mapnik
|
||||||
USE_MEMORY_MAPPED_FILE: 'ON'
|
USE_MEMORY_MAPPED_FILE: 'ON'
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
name: MacOS static
|
name: MacOS static
|
||||||
uses: ./.github/workflows/macos.yml
|
uses: ./.github/workflows/macos.yml
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: f6af75acc923c833a5620943e3fc7d5e4930f0df
|
VCPKG_SHA: 34d2cf7e62d781f4bcb9c7f44f4d2389f568e92b
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
NUGET_USERNAME: mapnik
|
NUGET_USERNAME: mapnik
|
||||||
USE_MEMORY_MAPPED_FILE: 'ON'
|
USE_MEMORY_MAPPED_FILE: 'ON'
|
||||||
|
|
Loading…
Reference in a new issue