We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b681bf commit 190f46aCopy full SHA for 190f46a
.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 libtbb2-dev
+ run: sudo apt install -y google-perftools libaio-dev libtbb2-dev
18
- name: Config
19
run: cmake -B build -S .
20
- name: Build
0 commit comments