Skip to content

Commit

Permalink
Try reverting to older teensy version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfry-git committed Jul 2, 2024
1 parent 5edbed9 commit 90597b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- fqbn: teensy:avr:teensy36
platforms: |
- name: teensy:avr
version: 1.58.2
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
internalid: teensy36
- fqbn: teensy:avr:teensy41
Expand All @@ -111,7 +112,7 @@ jobs:
run: echo "#define IN_GITHUB_RUNNER 1" > detect_github_runner.h

- name: Compile examples
uses: arduino/compile-sketches@v1.0.0
uses: arduino/compile-sketches@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.board.fqbn }}
Expand Down

0 comments on commit 90597b1

Please sign in to comment.