mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Retry flaky iconv clone
This commit is contained in:
parent
f0568e9a9a
commit
3aaec67422
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
git clone "$SCRIPT_REPO" iconv
|
retry-tool sh -c "rm -rf iconv && git clone '$SCRIPT_REPO' iconv"
|
||||||
cd iconv
|
cd iconv
|
||||||
git checkout "$SCRIPT_COMMIT"
|
git checkout "$SCRIPT_COMMIT"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user