Skip to content

Commit

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

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

0 comments on commit 4ec6399

Please sign in to comment.