Skip to content

Commit

Permalink
Using Arduino CLI workflow image for CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 18, 2024
1 parent 5784de0 commit 64f2959
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: sudo apt install gcc-riscv64-unknown-elf

- name: Install Python serial library
run: python3 -m pip install serial
run: python3 -m pip install pyserial

- name: Arduino ESP32 Platform Installation
run: arduino-cli core install esp32:esp32
Expand Down

0 comments on commit 64f2959

Please sign in to comment.