Skip to content

Commit 4a28b6e

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16+
17+
- name: Install Criterion
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y criterion-dev
21+
1622
- name: make
1723
run: make

0 commit comments

Comments
 (0)