We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f8c1a commit 5b470c1Copy full SHA for 5b470c1
.github/workflows/ESP32.yml
@@ -79,7 +79,7 @@ jobs:
79
./install.sh all
80
cd components
81
latest_cam_driver=$(curl -s https://api.github.com/repos/espressif/esp32-camera/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
82
- git clone --depth 1 --branch $latest_tag https://github.com/espressif/esp32-camera.git
+ git clone --depth 1 --branch $latest_cam_driver https://github.com/espressif/esp32-camera.git
83
# git clone https://github.com/cnadler86/esp32-camera.git
84
cd ~/esp-idf/
85
source ./export.sh
0 commit comments