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 1d2181d commit e9d7cc0Copy full SHA for e9d7cc0
.github/workflows/test.yml
@@ -42,6 +42,6 @@ jobs:
42
verbose: true # optional (default = false)
43
44
- name: Install C devlopment headers
45
- run: sudo apt-get update && sudo apt-get install -y build-essential
+ run: sudo apt-get update && sudo apt-get install -y build-essential libc6-dev
46
- name: Test cpp-linter-hooks
47
run: sh testing/run.sh
0 commit comments