Skip to content

Commit 1052158

Browse files
committed
Fix ESP-IDF install permission in GitHub Actions
1 parent 280c944 commit 1052158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161
run: |
6262
cd upstream/esp-idf
63-
./install.sh esp32
63+
bash ./install.sh esp32
6464
6565
- name: Compilar firmware
6666
shell: bash

0 commit comments

Comments
 (0)