diff --git a/.github/workflows/linux-appimage-build.yml b/.github/workflows/linux-appimage-build.yml index 74928c707..4a219a994 100644 --- a/.github/workflows/linux-appimage-build.yml +++ b/.github/workflows/linux-appimage-build.yml @@ -53,8 +53,8 @@ jobs: shell: bash run: | cd data/resources - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile Build shell: bash @@ -121,8 +121,8 @@ jobs: shell: bash run: | cd data/resources - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile Build shell: bash diff --git a/.github/workflows/linux-cross-appimage-build.yml b/.github/workflows/linux-cross-appimage-build.yml index f1543bda1..38c9ae6e1 100644 --- a/.github/workflows/linux-cross-appimage-build.yml +++ b/.github/workflows/linux-cross-appimage-build.yml @@ -78,8 +78,8 @@ jobs: shell: bash run: | cd data/resources - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Generate CMake shell: bash diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 11dba4a9f..937b77306 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -49,8 +49,8 @@ jobs: shell: bash run: | cd data/resources - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile and Zip .app shell: bash diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 2c7cd20f1..085ed9c0b 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -67,8 +67,8 @@ jobs: shell: cmd run: | cd data/resources - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile x64 Release Build shell: cmd @@ -161,8 +161,8 @@ jobs: shell: cmd run: | cd data/resources - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile x64 Release Build shell: cmd @@ -256,8 +256,8 @@ jobs: shell: cmd run: | cd data/resources - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" - aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl --retry 5 --retry-all-errors -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" - name: Compile ARM64 Release Build shell: cmd