Skip to content

Commit

Permalink
adapt lib path in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 22, 2024
1 parent 0b56c8d commit 8207b3f
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 @@ -30,7 +30,7 @@ jobs:
version: ${{ matrix.core.version }}
fqbn: ${{ matrix.board.fqbn }}
libraries: |
- source-path: ./lib
- source-path: ${{ github.workspace }}/lib
sketch-paths:
./examples/helloWorld/helloWorld.ino
./examples/wifiTest/wifiTest.ino
Expand Down

0 comments on commit 8207b3f

Please sign in to comment.