mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
fixed vcpkg install syntax
This commit is contained in:
4
.github/workflows/benchmarks.yml
vendored
4
.github/workflows/benchmarks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user