We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5971c commit aec4a99Copy full SHA for aec4a99
.github/workflows/c-cpp.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Install dependencies
25
- run: sudo apt install -y libaio-dev libtbb2-dev
+ run: sudo apt install -y libaio-dev
26
27
- name: Config project
28
run: cmake -B build -S .
0 commit comments