Skip to content

Commit 6c9edce

Browse files
committed
Update CI software versions
1 parent f39dfde commit 6c9edce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: build
33
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
IDE_VERSION: 1.8.13
7-
TEENSY_VERSION: 153
6+
IDE_VERSION: 1.8.16
7+
TEENSY_VERSION: 155
88
IDE_LOCATION: /usr/local/share/arduino
99

1010
jobs:
@@ -62,7 +62,7 @@ jobs:
6262
sudo python ./.github/workflows/remove_teensyloader.py $IDE_LOCATION/hardware/teensy/avr/platform.txt
6363
6464
- name: Install Libraries for Examples
65-
run: arduino --install-library "Nintendo Extension Ctrl:0.8.1"
65+
run: arduino --install-library "Nintendo Extension Ctrl:0.8.3"
6666

6767
- name: Build Examples
6868
run: |

0 commit comments

Comments
 (0)