Skip to content

Commit d99ae49

Browse files
Update c-cpp.yml
1 parent 4a28b6e commit d99ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Criterion
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y criterion-dev
20+
sudo apt-get install libcriterion-dev
2121
2222
- name: make
2323
run: make

0 commit comments

Comments
 (0)