Skip to content

Commit

Permalink
bug in workflow corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 committed Nov 19, 2024
1 parent 76f8c1a commit 5b470c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
./install.sh all
cd components
latest_cam_driver=$(curl -s https://api.github.com/repos/espressif/esp32-camera/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
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
# git clone https://github.com/cnadler86/esp32-camera.git
cd ~/esp-idf/
source ./export.sh
Expand Down

0 comments on commit 5b470c1

Please sign in to comment.