From a52dcf38c7b63ab3427be1db8731e955075ffbe2 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 21 Jan 2023 09:52:30 +0100 Subject: [PATCH] decomposed Install oneTBB job --- .github/workflows/benchmarks.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 3a375f68..9ffab705 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -221,16 +221,18 @@ jobs: git submodule update --init cmd /c bootstrap.bat .\b2.exe -d0 headers - - name: Install oneTBB + - name: Install oneTBB part 1 shell: cmd run: | cd %GITHUB_WORKSPACE% git clone https://github.com/Microsoft/vcpkg.git cd vcpkg .\bootstrap-vcpkg.bat -disableMetrics - echo before install + - name: Install oneTBB part 2 + shell: cmd + run: | + cd %GITHUB_WORKSPACE%\vcpkg .\vcpkg install tbb:${{matrix.vcpkgtriplet}} - echo after install cp installed\${{matrix.vcpkgtriplet}}\lib\tbb12.* %GITHUB_WORKSPACE% - name: Install libcuckoo shell: cmd