Skip to content

Commit 5b470c1

Browse files
committed
bug in workflow corrected
1 parent 76f8c1a commit 5b470c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ESP32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
./install.sh all
8080
cd components
8181
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
82+
git clone --depth 1 --branch $latest_cam_driver https://github.com/espressif/esp32-camera.git
8383
# git clone https://github.com/cnadler86/esp32-camera.git
8484
cd ~/esp-idf/
8585
source ./export.sh

0 commit comments

Comments
 (0)