Skip to content

Commit e9d7cc0

Browse files
committed
chore: install libc6-dev for testing
1 parent 1d2181d commit e9d7cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
verbose: true # optional (default = false)
4343

4444
- name: Install C devlopment headers
45-
run: sudo apt-get update && sudo apt-get install -y build-essential
45+
run: sudo apt-get update && sudo apt-get install -y build-essential libc6-dev
4646
- name: Test cpp-linter-hooks
4747
run: sh testing/run.sh

0 commit comments

Comments
 (0)