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 25fd524 commit f84cab7
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
- uses: actions/checkout@latest

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

0 comments on commit f84cab7

Please sign in to comment.