From 6003293e2577bdb3d2aff5a919c72e169a0537ee Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sun, 11 Jun 2023 08:30:42 +0200 Subject: [PATCH 1/2] Update build_and_test.yml --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 9184ab16b..9a6a9804a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -80,7 +80,7 @@ jobs: - name: setup vcpkg uses: ./.github/actions/setup_vcpkg with: - vcpkg-sha: 71d3fa60b67540e9bf5fde2bf2188f579ff09433 + vcpkg-sha: a960fde0b60b6392d70375fe513dfa7eb083cc3a nuget-source: https://nuget.pkg.github.com/mapnik/index.json nuget-username: ${{ github.actor }} nuget-pat: ${{ secrets.GITHUB_TOKEN }} From 2445dbe063bd62c46730c728c264c3b8639ad470 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sun, 11 Jun 2023 20:10:50 +0200 Subject: [PATCH 2/2] remove boost foreach include --- benchmark/src/test_font_registration.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/src/test_font_registration.cpp b/benchmark/src/test_font_registration.cpp index 823f1402e..3db940417 100644 --- a/benchmark/src/test_font_registration.cpp +++ b/benchmark/src/test_font_registration.cpp @@ -1,7 +1,6 @@ #include "bench_framework.hpp" #include #include -#include class test : public benchmark::test_case {