From e6336dc1d00d435d02fde1026ede604d3d64df8e Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 14 Jan 2023 11:38:01 +0100 Subject: [PATCH] changed location of .vcpkg dir --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e22706de..882670eb 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -83,8 +83,8 @@ jobs: run: | cd $GITHUB_WORKSPACE git clone https://github.com/Microsoft/vcpkg.git - cd vcpkg mkdir .vcpkg + cd vcpkg ./bootstrap-vcpkg.sh -disableMetrics ./vcpkg integrate install ./vcpkg install tbb