We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d95be8 commit eb5e669Copy full SHA for eb5e669
.github/workflows/makefile.yml
@@ -20,7 +20,8 @@ jobs:
20
21
- uses: luizm/action-sh-checker@master
22
- name: Install make
23
- run: apt-get update && apt-get install -y make git shellcheck xmlstarlet
+ run: apt-get update && apt-get install -y make git shellcheck xmlstarlet \
24
+ build-essential
25
- uses: actions/checkout@v4
26
with:
27
submodules: recursive
0 commit comments