Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
helllth committed Jan 13, 2024
1 parent b83ae26 commit 902135d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Install TFT_eSPI Library
run: platformio lib -g install "TFT_eSPI" "QRCode"
- name: Build code
run: pio ci --board=ttgo-lora32-v1 --lib="."
env:
PLATFORMIO_CI_SRC: src/main.cpp src/breakout/breakout.cpp src/presence/presence.cpp src/tetris/tetris.cpp
run: pio ci --board=ttgo-lora32-v1 --lib="." src/main.cpp src/breakout/breakout.cpp src/presence/presence.cpp src/tetris/tetris.cpp
- name: List build output
run: ls -l .pio/build/ttgo-lora32-v1/

0 comments on commit 902135d

Please sign in to comment.