Skip to content

Commit 7207501

Browse files
committed
fix: deps
1 parent 8887233 commit 7207501

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-esp32-camera-examples.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile Examples
1+
name: Compile Camera Examples
22

33
on: [push, pull_request]
44

@@ -31,6 +31,8 @@ jobs:
3131
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
3232
libraries: |
3333
- source-path: ./
34+
- source-url: "https://github.com/Links2004/arduinoWebSockets.git"
35+
- source-url: "https://github.com/bblanchon/ArduinoJson.git"
3436
sketch-paths:
3537

3638
steps:

0 commit comments

Comments
 (0)