Skip to content

Commit 5e3e025

Browse files
committed
fix: sudo issues
1 parent 675febb commit 5e3e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lotus-build-charger-threshold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# See https://gist.github.com/Terrails/91173f63b2738c34cc04251abc0bacfe for more info
1111
steps:
1212
- name: Install build tools
13-
run: apt install build-essential libftdi1-dev gcc-arm-none-eabi repo swig python3.11-dev device-tree-compiler cmake file ninja-build python3.11-venv wget
13+
run: sudo apt install build-essential libftdi1-dev gcc-arm-none-eabi repo swig python3.11-dev device-tree-compiler cmake file ninja-build python3.11-venv wget
1414

1515
- name: Setup Zephyr SDK
1616
run: |

0 commit comments

Comments
 (0)