Skip to content

Commit eb5e669

Browse files
committed
Add build-essential.
1 parent 2d95be8 commit eb5e669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- uses: luizm/action-sh-checker@master
2222
- name: Install make
23-
run: apt-get update && apt-get install -y make git shellcheck xmlstarlet
23+
run: apt-get update && apt-get install -y make git shellcheck xmlstarlet \
24+
build-essential
2425
- uses: actions/checkout@v4
2526
with:
2627
submodules: recursive

0 commit comments

Comments
 (0)