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