Skip to content

Commit

Permalink
fix: Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Burton committed Jan 9, 2025
1 parent 02877b3 commit 9bf662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arduino-cli core update-index
arduino-cli core install arduino:avr
arduino-cli core install arduino:sam
arduino-cli core install esp8266:esp8266
arduino-cli core install esp8266:esp8266 # Ensure we install the ESP8266 core properly
arduino-cli core install adafruit:samd
# Debugging Step 1: Check installed cores
Expand Down

0 comments on commit 9bf662f

Please sign in to comment.