fixed vcpkg install syntax

This commit is contained in:
joaquintides
2023-01-16 11:34:18 +01:00
parent 154c1c6d3f
commit 2a2a314c16

View File

@@ -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