We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a50ee5 commit 3b50386Copy full SHA for 3b50386
.github/workflows/compile-examples.yml
@@ -30,7 +30,7 @@ jobs:
30
- source-path: ./
31
- name: Arduino_DebugUtils
32
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
33
- version: 228ac355a957d60e1e06276ec12fe75598b09759
+ version: cfe83cb774a9ae6ecbceb5413f31a52e2cab87cc
34
- source-url: https://github.com/fabik111/ArduinoBLE.git
35
version: 82e2a28f871e97b313846cee6d9efed8943dca53
36
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
@@ -141,10 +141,6 @@ jobs:
141
- name: Checkout
142
uses: actions/checkout@v4
143
144
- - name: Install ESP32 platform dependencies
145
- if: matrix.board.type == 'esp32'
146
- run: pip3 install pyserial
147
-
148
- name: Compile examples
149
uses: arduino/compile-sketches@v1
150
with:
0 commit comments