Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 8, 2024
1 parent 9ea39e2 commit b424cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ EOF
# Arduino prepare
mkdir -p $P/microcontrollers/.pio
cp -a microcontrollers/.pio/libdeps $P/microcontrollers/.pio
cp -a microcontrollers/RP2040W/.pio/libdeps $P/microcontrollers/RP2040W/.pio

# Arduino: Wemos32
(cd $P/microcontrollers/ ; pio run -e ESP32-wemos)
Expand All @@ -44,5 +45,4 @@ cp -a microcontrollers/.pio/libdeps $P/microcontrollers/.pio

# Arduino: RP2040W (Raspberry Pi Pico)
mkdir -p $P/microcontrollers/RP2040W/.pio
cp -a microcontrollers/RP2040W/.pio/libdeps $P/microcontrollers/RP2040W/.pio
(cd $P/microcontrollers/RP2040W ; pio run)

0 comments on commit b424cf0

Please sign in to comment.