mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Retry flaky iconv clone
This commit is contained in:
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$SCRIPT_REPO" iconv
|
||||
retry-tool sh -c "rm -rf iconv && git clone '$SCRIPT_REPO' iconv"
|
||||
cd iconv
|
||||
git checkout "$SCRIPT_COMMIT"
|
||||
|
||||
|
Reference in New Issue
Block a user