Skip to content

Commit 3b50386

Browse files
committed
fix test
1 parent 5a50ee5 commit 3b50386

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/compile-examples.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- source-path: ./
3131
- name: Arduino_DebugUtils
3232
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
33-
version: 228ac355a957d60e1e06276ec12fe75598b09759
33+
version: cfe83cb774a9ae6ecbceb5413f31a52e2cab87cc
3434
- source-url: https://github.com/fabik111/ArduinoBLE.git
3535
version: 82e2a28f871e97b313846cee6d9efed8943dca53
3636
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
@@ -141,10 +141,6 @@ jobs:
141141
- name: Checkout
142142
uses: actions/checkout@v4
143143

144-
- name: Install ESP32 platform dependencies
145-
if: matrix.board.type == 'esp32'
146-
run: pip3 install pyserial
147-
148144
- name: Compile examples
149145
uses: arduino/compile-sketches@v1
150146
with:

0 commit comments

Comments
 (0)