Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 256ad33

Browse filesBrowse files
committed
Use modern action version in sketch compilation workflow
The GitHub Actions action used to do a "smoke test" compilation of the examples has graduated from an "experimental" project to a stable state and been moved from its original home in the `arduino/actions` repository to a dedicated permanent home at `arduino/compile-sketches`. The copy in the previous repository is unmaintained and deprecated and its use results in a warning of such in the workflow run summary and logs.
1 parent 6e29169 commit 256ad33
Copy full SHA for 256ad33

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/compile-examples.yml

Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/checkout@v2
200200

201201
- name: Compile examples
202-
uses: arduino/actions/libraries/compile-examples@master
202+
uses: arduino/compile-sketches@v1
203203
with:
204204
fqbn: ${{ matrix.board.fqbn }}
205205
libraries: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.