Skip to content

Commit

Permalink
github action -- compile for arduino:esp32:nano_nora
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Aug 2, 2024
1 parent f84cab7 commit 64dd665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino-nano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4

# Compile Examples for UNO
- name: Compile examples on uno
uses: arduino/compile-sketches@latest
uses: arduino/compile-sketches@v1
with:
verbose: true
fqbn: arduino:esp32:nano_nora
Expand Down

0 comments on commit 64dd665

Please sign in to comment.