Skip to content

Commit ce971bc

Browse files
committed
Install tbb into CI
1 parent 7531268 commit ce971bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Install dependencies
21+
run: sudo apt-get update && sudo apt-get install -y libtbb-dev
2022
- name: Check that all snippets compile
2123
run: |
2224
pip install pipenv

0 commit comments

Comments
 (0)