We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 257e8ba + e44a5ca commit a4b741bCopy full SHA for a4b741b
.github/workflows/makefile.yml
@@ -10,17 +10,21 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
+ defaults:
14
+ run:
15
+ shell: bash
16
container:
17
image: kcov/kcov:latest
18
19
steps:
20
21
- uses: luizm/action-sh-checker@master
22
+ - name: Install make
23
+ run: apt-get update && apt-get install -y make git
24
- uses: actions/checkout@v4
25
with:
26
submodules: recursive
- - name: Install make
- run: apt-get update && apt-get install -y make git
27
+
28
- name: Build & Test
29
run: make all
30
0 commit comments