diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 587bfd8..3f8912f 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -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