Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa committed Jan 5, 2025
1 parent 8887233 commit 7207501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-esp32-camera-examples.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile Examples
name: Compile Camera Examples

on: [push, pull_request]

Expand Down Expand Up @@ -31,6 +31,8 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
libraries: |
- source-path: ./
- source-url: "https://github.com/Links2004/arduinoWebSockets.git"
- source-url: "https://github.com/bblanchon/ArduinoJson.git"
sketch-paths:

steps:
Expand Down

0 comments on commit 7207501

Please sign in to comment.