Skip to content

Commit

Permalink
adapt setup for workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 22, 2024
1 parent 8207b3f commit 64dee5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4


- name: Setup Libraries
run: |
mkdir -p $HOME/Arduino/libraries
cp -R lib/* $HOME/Arduino/libraries/
- name: Compile ESP32 examples
uses: arduino/compile-sketches@v1
with:
Expand Down

0 comments on commit 64dee5c

Please sign in to comment.