Skip to content

Commit 4d5a257

Browse files
authored
Use proper action for examples CI
1 parent b81a5e1 commit 4d5a257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/examples.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v2
29+
- name: Install PySerial (needed for ESP32 compilation)
30+
run: pip3 install pyserial
2931
- name: Compile library examples
30-
uses: platisd/actions/libraries/compile-examples@master
32+
uses: per1234/compile-sketches@system-site-packages
3133
with:
3234
platforms: |
3335
- name: ${{ matrix.board.platform }}

0 commit comments

Comments
 (0)