Merge pull request #4390 from mapnik/feature/updateVcpkg
Update vcpkg commit ref in the ci
This commit is contained in:
commit
123232ffde
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: setup vcpkg
|
- name: setup vcpkg
|
||||||
uses: ./.github/actions/setup_vcpkg
|
uses: ./.github/actions/setup_vcpkg
|
||||||
with:
|
with:
|
||||||
vcpkg-sha: 71d3fa60b67540e9bf5fde2bf2188f579ff09433
|
vcpkg-sha: a960fde0b60b6392d70375fe513dfa7eb083cc3a
|
||||||
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
nuget-username: ${{ github.actor }}
|
nuget-username: ${{ github.actor }}
|
||||||
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#include "bench_framework.hpp"
|
#include "bench_framework.hpp"
|
||||||
#include <mapnik/font_engine_freetype.hpp>
|
#include <mapnik/font_engine_freetype.hpp>
|
||||||
#include <boost/format.hpp>
|
#include <boost/format.hpp>
|
||||||
#include <boost/foreach.hpp>
|
|
||||||
|
|
||||||
class test : public benchmark::test_case
|
class test : public benchmark::test_case
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue