Skip to content

Commit 2b681bf

Browse files
authored
Update c-cpp.yml
1 parent 1ca3738 commit 2b681bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Install dependencies
17-
run: sudo apt install -y libgtest-dev libabsl-dev
17+
run: sudo apt install -y libgtest-dev libtbb2-dev
1818
- name: Config
1919
run: cmake -B build -S .
2020
- name: Build

0 commit comments

Comments
 (0)