diff options
Diffstat (limited to 'tools/ci/jobs/deheader_sdl2.sh')
-rwxr-xr-x | tools/ci/jobs/deheader_sdl2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/deheader_sdl2.sh b/tools/ci/jobs/deheader_sdl2.sh index 83eed1f48..e6e0a24ef 100755 --- a/tools/ci/jobs/deheader_sdl2.sh +++ b/tools/ci/jobs/deheader_sdl2.sh @@ -13,5 +13,5 @@ aptget_install python wget \ export dir=$(pwd) rm deheader -wget "https://gitlab.com/4144/deheader/raw/master/deheader" +tools/ci/scripts/retry.sh wget "https://gitlab.com/4144/deheader/raw/master/deheader" chmod +x deheader |