Skip to content

Commit 93fa774

Browse files
committed
refactor(ci): streamline Arduino CLI and ESP32 core installation in docs build workflow
1 parent b79916c commit 93fa774

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docs_build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ jobs:
4545
PATH=/home/runner/.local/bin:$PATH pip3 install -r requirements.txt --prefer-binary
4646
PATH=/home/runner/.local/bin:$PATH SPHINXOPTS="-W" build-docs -l en
4747
48-
- name: Install Arduino CLI
49-
run: |
50-
source .github/scripts/install-arduino-cli.sh
51-
52-
- name: Install ESP32 Core
53-
run: |
54-
source .github/scripts/install-arduino-core-esp32.sh
55-
5648
- name: Build Examples
5749
run: |
58-
echo "Configuring Arduino CLI and ESP32 core"
5950
source .github/scripts/install-arduino-cli.sh
6051
source .github/scripts/install-arduino-core-esp32.sh
6152
python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH

0 commit comments

Comments
 (0)