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 4a28b6e commit d99ae49Copy full SHA for d99ae49
.github/workflows/c-cpp.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Criterion
18
run: |
19
sudo apt-get update
20
- sudo apt-get install -y criterion-dev
+ sudo apt-get install libcriterion-dev
21
22
- name: make
23
run: make
0 commit comments