Skip to content

Commit 1695cb6

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 ba5f45f commit 1695cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
git clone https://github.com/networkupstools/nut-website
2020
- name: install tools
2121
run: |
22-
apt update || exit ; \
23-
apt install build-essential python3 make autoconf automake libtool pkg-config
22+
sudo apt update || exit ; \
23+
sudo apt install build-essential python3 make autoconf automake libtool pkg-config
2424
- name: prepare nut-website repo
2525
run: |
2626
cd ../nut-website && \

0 commit comments

Comments
 (0)