Skip to content

Commit

Permalink
Fixed Arduino CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 15, 2024
1 parent 3509171 commit e283295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh

- name: Install Arduino ESP32 Devkit
run: arduino-cli core install esp32:esp32
run: ./bin/arduino-cli core install esp32:esp32

- name: Build Jessy OS via Arduino CLI
run: |
Expand Down

0 comments on commit e283295

Please sign in to comment.