We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca3738 commit 2b681bfCopy full SHA for 2b681bf
.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Install dependencies
17
- run: sudo apt install -y libgtest-dev libabsl-dev
+ run: sudo apt install -y libgtest-dev libtbb2-dev
18
- name: Config
19
run: cmake -B build -S .
20
- name: Build
0 commit comments