Skip to content

Commit 04bcd68

Browse files
per1234fpistm
authored andcommitted
Update name of action used to compile examples in CI workflow
The action has been moved to a dedicated repository, where all future development work will happen.
1 parent f03924f commit 04bcd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: arduino/actions/libraries/compile-examples@master
17+
- uses: arduino/compile-sketches@v1
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
fqbn: ${{ matrix.fqbn }}

0 commit comments

Comments
 (0)