diff --git a/.github/workflows/BuildLibrary.yml b/.github/workflows/BuildLibrary.yml index 4bad3c6..2b1f9ae 100644 --- a/.github/workflows/BuildLibrary.yml +++ b/.github/workflows/BuildLibrary.yml @@ -81,4 +81,4 @@ jobs: arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }} platform-url: ${{ matrix.platform-url }} libraries: ${{ env.REQUIRED_LIBRARIES }} - examples-exclude: DetectingReaders \ No newline at end of file + examples-exclude: ${{ matrix.examples-exclude }} \ No newline at end of file