Skip to content

Commit

Permalink
Update 2 TBB 2020 installation and paths in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MigVega committed Sep 8, 2024
1 parent f88af69 commit c01e59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
sudo cp -r include/tbb /usr/local/include/
sudo cp build/linux_*_release/libtbb.so* /usr/local/lib/
sudo cp build/linux_*_release/libtbbmalloc.so* /usr/local/lib/
# Fix permissions
sudo chmod 755 /usr/local/lib/libtbbmalloc.so*
- name: List TBB include directory
run: ls -l /usr/local/include/tbb
Expand Down

0 comments on commit c01e59d

Please sign in to comment.