mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
copy tbb12.dll as well as tbb12.lib
This commit is contained in:
3
.github/workflows/benchmarks.yml
vendored
3
.github/workflows/benchmarks.yml
vendored
@@ -229,7 +229,8 @@ jobs:
|
||||
cd vcpkg
|
||||
cmd /c bootstrap-vcpkg.bat -disableMetrics
|
||||
.\vcpkg.exe install tbb:${{matrix.vcpkgtriplet}}
|
||||
copy installed\${{matrix.vcpkgtriplet}}\lib\tbb12.* %GITHUB_WORKSPACE%
|
||||
copy installed\${{matrix.vcpkgtriplet}}\lib\tbb12.lib %GITHUB_WORKSPACE%
|
||||
copy installed\${{matrix.vcpkgtriplet}}\bin\tbb12.dll %GITHUB_WORKSPACE%
|
||||
- name: Install libcuckoo
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user