We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7531268 commit ce971bcCopy full SHA for ce971bc
1 file changed
.github/workflows/action.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ - name: Install dependencies
21
+ run: sudo apt-get update && sudo apt-get install -y libtbb-dev
22
- name: Check that all snippets compile
23
run: |
24
pip install pipenv
0 commit comments