use correct cache
This commit is contained in:
parent
bff4dbd957
commit
cda203a83f
4 changed files with 9 additions and 9 deletions
12
.github/workflows/build_test.yml
vendored
12
.github/workflows/build_test.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: Windows memory mapped
|
name: Windows memory mapped
|
||||||
uses: mapnik/mapnik/.github/workflows/windows.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/windows.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
windows-mmf-off:
|
windows-mmf-off:
|
||||||
name: Windows file based
|
name: Windows file based
|
||||||
uses: mapnik/mapnik/.github/workflows/windows.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/windows.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
name: Linux memory mapped
|
name: Linux memory mapped
|
||||||
uses: mapnik/mapnik/.github/workflows/ubuntu.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/ubuntu.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
ubuntu-mmf-off:
|
ubuntu-mmf-off:
|
||||||
name: Linux file based
|
name: Linux file based
|
||||||
uses: mapnik/mapnik/.github/workflows/ubuntu.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/ubuntu.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: MacOS memory mapped
|
name: MacOS memory mapped
|
||||||
uses: mapnik/mapnik/.github/workflows/macos.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/macos.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
macos-mmf-off:
|
macos-mmf-off:
|
||||||
name: MacOS file based
|
name: MacOS file based
|
||||||
uses: mapnik/mapnik/.github/workflows/macos.yml@gh_ci
|
uses: mapnik/mapnik/.github/workflows/macos.yml@master
|
||||||
with:
|
with:
|
||||||
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd
|
||||||
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
||||||
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/vcpkg-nuget.git
|
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/mapnik/vcpkg-cache.git
|
||||||
UPDATE: 1
|
UPDATE: 1
|
||||||
preset: macos-ci
|
preset: macos-ci
|
||||||
mono: mono
|
mono: mono
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
||||||
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/vcpkg-nuget.git
|
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/mapnik/vcpkg-cache.git
|
||||||
UPDATE: 1
|
UPDATE: 1
|
||||||
preset: linux-ci
|
preset: linux-ci
|
||||||
mono: mono
|
mono: mono
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
VCPKG_BINARY_SOURCES: "clear;nuget,GitHub,readwrite"
|
||||||
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/vcpkg-nuget.git
|
VCPKG_NUGET_REPOSITORY: https://github.com/mapnik/vcpkg-cache.git
|
||||||
UPDATE: 1
|
UPDATE: 1
|
||||||
preset: windows-ci
|
preset: windows-ci
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue