We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a67b2 commit 9ca5474Copy full SHA for 9ca5474
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- name: Install dependencies
15
- run: sudo apt-get update && sudo apt-get install -y make gcc gcov
+ run: sudo apt-get install -y make gcc gcov
16
- name: Build
17
run: |
18
cd C/Checksum
.github/workflows/coverage.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Run coverage and capture percentage
id: runcov
0 commit comments