Skip to content

Commit

Permalink
Experimental: Try to fix teensy compile by downgrading compile-sketch…
Browse files Browse the repository at this point in the history
…es action
  • Loading branch information
tfry-git committed Jun 21, 2024
1 parent 870282c commit 6445ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,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.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.board.fqbn }}
Expand Down

0 comments on commit 6445ccc

Please sign in to comment.