We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675febb commit 5e3e025Copy full SHA for 5e3e025
.github/workflows/lotus-build-charger-threshold.yml
@@ -10,7 +10,7 @@ jobs:
10
# See https://gist.github.com/Terrails/91173f63b2738c34cc04251abc0bacfe for more info
11
steps:
12
- 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
+ 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
14
15
- name: Setup Zephyr SDK
16
run: |
0 commit comments