From a68fa1a4b0cc9865a4cdfc34a487af68e6255aab Mon Sep 17 00:00:00 2001 From: Hasenradball Date: Fri, 22 Nov 2024 19:37:41 +0100 Subject: [PATCH] Update compile_examples.yml --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 7fdee4d..9fc5b56 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -35,7 +35,7 @@ jobs: version: ${{ matrix.core.version }} fqbn: ${{ matrix.board.fqbn }} libraries: | - - source-path: ${{ github.workspace }}/lib + # - source-path: ${{ github.workspace }}/lib sketch-paths: ./examples/helloWorld/helloWorld.ino ./examples/wifiTest/wifiTest.ino