8000 ESP32 CI: 3rd attempt · lvgl/lv_micropython@52037a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52037a3

Browse files
committed
ESP32 CI: 3rd attempt
1 parent e432c7b commit 52037a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/esp32_port.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Install Git
1919
run: |
2020
apt-get update
21-
apt-get install software-properties-common
22-
add-apt-repository ppa:git-core/ppa
21+
apt-get install -y software-properties-common
22+
add-apt-repository ppa:git-core/ppa -y
2323
apt-get update
24-
apt-get install git
24+
apt-get install -y git
2525
- uses: actions/checkout@v2
2626
- name: Set ESPIDF path
2727
run: echo "ESPIDF=$IDF_PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0