From 6287b2f1da45760fe82e3f8df19628b63780a944 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 9 Feb 2025 11:32:02 +0800 Subject: [PATCH] Fix: ifstest btrfstest Fix by retrying download Signed-off-by: Andrew Innes --- .github/workflows/windows-build-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows-build-test.yml b/.github/workflows/windows-build-test.yml index 756ff1b27c6e..e43870b3c3c2 100644 --- a/.github/workflows/windows-build-test.yml +++ b/.github/workflows/windows-build-test.yml @@ -611,6 +611,7 @@ jobs: with: url: "https://github.com/andrewc12/btrfs/releases/download/v1.8/x64-Debug.zip" target: ${{github.workspace}}/ + retry-times: 3 - name: extract run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\winbtrfs @@ -2300,6 +2301,7 @@ jobs: with: url: "https://github.com/andrewc12/btrfs/releases/download/v1.8/x64-Debug.zip" target: ${{github.workspace}}/ + retry-times: 3 - name: extract run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\winbtrfs @@ -2693,6 +2695,7 @@ jobs: with: url: "https://github.com/andrewc12/ifstest/raw/main/ifs_test_kit.zip" target: ${{github.workspace}}/ + retry-times: 3 - name: extract run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\ifs_test_kit