Skip to content

Commit 101fc69

Browse files
committed
gh-actions: Also build for Teensy3.1
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent c85b44b commit 101fc69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@ jobs:
3939
patch -d ~/.platformio/ -p0 < diff/teensy3/yield.cpp.diff
4040
4141
# Teensy4.1
42-
patch -d ~/.platformio/ -p0 < diff/arduino.py.diff || true
4342
patch -d ~/.platformio/ -p0 < diff/teensy4/usb_desc.c.diff
4443
patch -d ~/.platformio/ -p0 < diff/teensy4/usb_desc.h.diff
4544
patch -d ~/.platformio/ -p0 < diff/teensy4/usb_inst.cpp.diff
4645
patch -d ~/.platformio/ -p0 < diff/teensy4/yield.cpp.diff
4746
47+
- name: Build for Teensy 3.1
48+
run: |
49+
pio run -e teensy31
50+
4851
- name: Build for Teensy 3.6
4952
run: |
5053
pio run -e teensy36

0 commit comments

Comments
 (0)