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 8d62338 commit f5cdcfeCopy full SHA for f5cdcfe
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install build tools
21
run: |
22
sudo apt-get update
23
- sudo apt-get install -y build-essential g++-14 clang clang-format
+ sudo apt-get install -y build-essential g++-14 clang clang-format libtbb-dev
24
25
# 3. Clang-format check
26
- name: Clang-format Check
0 commit comments