Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 13, 2023
1 parent 0c2c3f5 commit 7097f36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
example/SerialExample/SerialExample.ino,
example/T-Display-S3-MIDI/T-Display-S3-MIDI.ino,
example/TFT_Rainbow/TFT_Rainbow.ino,
example/arduino_gfx_demo,
example/arduino_gfx_demo/arduino_gfx_demo.ino,
example/arduino_gfx_demo/img_logo.h,
example/arduino_gfx_demo/pin_config.h,
example/factory/factory.ino,
example/lv_demos/lv_demos.ino,
example/nes/nes.ino,
Expand Down Expand Up @@ -52,6 +49,8 @@ jobs:
run: |
mkdir -p $HOME/Arduino/libraries ;
cp -r lib/* $HOME/Arduino/libraries
cd $HOME/Arduino/libraries ;
git clone https://github.com/moononournation/arduino-nofrendo.git
cd $GITHUB_WORKSPACE ;
arduino-cli compile -besp32:esp32:lilygo_t_display_s3 $PWD/$EXAMPLES ;

0 comments on commit 7097f36

Please sign in to comment.