decomposed Install oneTBB job

This commit is contained in:
joaquintides
2023-01-21 09:52:30 +01:00
parent c0736ad4e9
commit a52dcf38c7

View File

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