Skip to content

Commit ba5f45f

Browse files
committed
.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml: add tools
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 3363861 commit ba5f45f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
cd .. || exit ; \
1818
rm -rf nut-website || true ; \
1919
git clone https://github.com/networkupstools/nut-website
20+
- name: install tools
21+
run: |
22+
apt update || exit ; \
23+
apt install build-essential python3 make autoconf automake libtool pkg-config
2024
- name: prepare nut-website repo
2125
run: |
2226
cd ../nut-website && \

0 commit comments

Comments
 (0)