mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-19 02:12:14 +00:00
put Install oneTBB nack in one job after finding out problem
This commit is contained in:
10
.github/workflows/benchmarks.yml
vendored
10
.github/workflows/benchmarks.yml
vendored
@@ -221,18 +221,14 @@ jobs:
|
||||
git submodule update --init
|
||||
cmd /c bootstrap.bat
|
||||
.\b2.exe -d0 headers
|
||||
- name: Install oneTBB part 1
|
||||
- name: Install oneTBB
|
||||
shell: cmd
|
||||
run: |
|
||||
cd %GITHUB_WORKSPACE%
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd vcpkg
|
||||
.\bootstrap-vcpkg.bat -disableMetrics
|
||||
- name: Install oneTBB part 2
|
||||
shell: cmd
|
||||
run: |
|
||||
cd %GITHUB_WORKSPACE%\vcpkg
|
||||
.\vcpkg install tbb:${{matrix.vcpkgtriplet}}
|
||||
cmd /c bootstrap-vcpkg.bat -disableMetrics
|
||||
.\vcpkg.exe install tbb:${{matrix.vcpkgtriplet}}
|
||||
copy installed\${{matrix.vcpkgtriplet}}\lib\tbb12.* %GITHUB_WORKSPACE%
|
||||
- name: Install libcuckoo
|
||||
shell: cmd
|
||||
|
||||
Reference in New Issue
Block a user