We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39dfde commit 6c9edceCopy full SHA for 6c9edce
1 file changed
.github/workflows/ci.yml
@@ -3,8 +3,8 @@ name: build
3
on: [push, pull_request, workflow_dispatch]
4
5
env:
6
- IDE_VERSION: 1.8.13
7
- TEENSY_VERSION: 153
+ IDE_VERSION: 1.8.16
+ TEENSY_VERSION: 155
8
IDE_LOCATION: /usr/local/share/arduino
9
10
jobs:
@@ -62,7 +62,7 @@ jobs:
62
sudo python ./.github/workflows/remove_teensyloader.py $IDE_LOCATION/hardware/teensy/avr/platform.txt
63
64
- name: Install Libraries for Examples
65
- run: arduino --install-library "Nintendo Extension Ctrl:0.8.1"
+ run: arduino --install-library "Nintendo Extension Ctrl:0.8.3"
66
67
- name: Build Examples
68
run: |
0 commit comments