From 2a2a314c16c3b6c9280fd46fe0debf17a4faafbe Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 16 Jan 2023 11:34:18 +0100 Subject: [PATCH] fixed vcpkg install syntax --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d9f1ce8f..11254ee9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -52,7 +52,7 @@ jobs: - name: gcc-x86 compiler: g++-11 architecture: -m32 - vcpkgoptions: port:x86-linux + vcpktriplet: :x86-linux sourcefile: main.cpp download-datafiles: true compileroptions: -std=c++2a -O3 -DNDEBUG -DCFOA_EMBEDDED_GROUP_ACCESS @@ -112,7 +112,7 @@ jobs: cd vcpkg ./bootstrap-vcpkg.sh -disableMetrics ./vcpkg integrate install - ./vcpkg install tbb ${{matrix.vcpkgoptions}} + ./vcpkg install tbb${{matrix.vcpktriplet}} - name: Install libcuckoo run: | cd $GITHUB_WORKSPACE