Skip to content

Commit

Permalink
Update dependencies in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MigVega committed Sep 8, 2024
1 parent 0b8ebe8 commit 1f34562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake make gcc g++ libboost-all-dev libpcl-dev libopencv-dev libyaml-cpp-dev intel-mkl tbb
sudo apt-get install -y cmake make gcc g++ libboost-all-dev libpcl-dev libopencv-dev libyaml-cpp-dev intel-mkl libtbb-dev
- name: List TBB include directory
run: ls -l /usr/include/tbb
Expand Down

0 comments on commit 1f34562

Please sign in to comment.