Skip to content

Commit fecf077

Browse files
authored
Update ccpp.yml
1 parent 265c4d1 commit fecf077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@master
3232
- name: Compile all examples
33-
uses: ArminJo/arduino-test-compile@v1.0.0
33+
uses: ArminJo/arduino-test-compile@master
3434
with:
3535
arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }}
36-
libraries: PciManager
36+
required-libraries: PciManager
3737
platform-url: ${{ matrix.platform-url }}
3838
sketches-exclude: ${{ matrix.sketches-exclude }}

0 commit comments

Comments
 (0)