From cda203a83fc555afc0a61812b7071373af9a67fa Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Wed, 2 Feb 2022 10:14:55 +0100 Subject: [PATCH] use correct cache --- .github/workflows/build_test.yml | 12 ++++++------ .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f0f7d84b8..76455aec2 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -11,7 +11,7 @@ on: jobs: windows: name: Windows memory mapped - uses: mapnik/mapnik/.github/workflows/windows.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/windows.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json @@ -22,7 +22,7 @@ jobs: windows-mmf-off: name: Windows file based - uses: mapnik/mapnik/.github/workflows/windows.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/windows.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json @@ -33,7 +33,7 @@ jobs: ubuntu: name: Linux memory mapped - uses: mapnik/mapnik/.github/workflows/ubuntu.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/ubuntu.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json @@ -44,7 +44,7 @@ jobs: ubuntu-mmf-off: name: Linux file based - uses: mapnik/mapnik/.github/workflows/ubuntu.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/ubuntu.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json @@ -55,7 +55,7 @@ jobs: macos: name: MacOS memory mapped - uses: mapnik/mapnik/.github/workflows/macos.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/macos.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json @@ -66,7 +66,7 @@ jobs: macos-mmf-off: name: MacOS file based - uses: mapnik/mapnik/.github/workflows/macos.yml@gh_ci + uses: mapnik/mapnik/.github/workflows/macos.yml@master with: VCPKG_SHA: 2e34a79a814551424d9b1a981b3b110e0a8fbdfd NUGET_REGISTRY: https://nuget.pkg.github.com/mapnik/index.json diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 478abd640..1f195c3fd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,7 +21,7 @@ on: env: 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 preset: macos-ci mono: mono diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 46c45eaa2..18646915d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -21,7 +21,7 @@ on: env: 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 preset: linux-ci mono: mono diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8f614cfa3..14b43f96b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ on: env: 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 preset: windows-ci