Skip to content

Commit

Permalink
Specify platform url
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmekoko committed Nov 19, 2024
1 parent abdf196 commit 48ba7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Install Arduino-ESP32 Core v2.0.11
run: |
# Install Arduino-ESP32 v2.0.11 explicitly
arduino-cli core update-index
arduino-cli core install esp32:[email protected]
Expand All @@ -43,6 +42,7 @@ jobs:
with:
sketch-names: TestFile.ino
arduino-board-fqbn: esp32:esp32:esp32s2
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json

- name: Verify Installed Cores Again
run: arduino-cli core list
Expand Down

0 comments on commit 48ba7f9

Please sign in to comment.