Skip to content

Commit

Permalink
Merge pull request mapnik#4390 from mapnik/feature/updateVcpkg
Browse files Browse the repository at this point in the history
Update vcpkg commit ref in the ci
  • Loading branch information
artemp committed Jun 12, 2023
2 parents 20acc0e + 2445dbe commit 123232f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion benchmark/src/test_font_registration.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "bench_framework.hpp"
#include <mapnik/font_engine_freetype.hpp>
#include <boost/format.hpp>
#include <boost/foreach.hpp>

class test : public benchmark::test_case
{
Expand Down

0 comments on commit 123232f

Please sign in to comment.