Skip to content

Commit a4b741b

Browse files
committed
2 parents 257e8ba + e44a5ca commit a4b741b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13+
defaults:
14+
run:
15+
shell: bash
1316
container:
1417
image: kcov/kcov:latest
1518

1619
steps:
1720

1821
- uses: luizm/action-sh-checker@master
22+
- name: Install make
23+
run: apt-get update && apt-get install -y make git
1924
- uses: actions/checkout@v4
2025
with:
2126
submodules: recursive
22-
- name: Install make
23-
run: apt-get update && apt-get install -y make git
27+
2428
- name: Build & Test
2529
run: make all
2630

0 commit comments

Comments
 (0)