Skip to content

Commit 6287b2f

Browse files
committed
Fix: ifstest btrfstest
Fix by retrying download Signed-off-by: Andrew Innes <andrew.c12@gmail.com>
1 parent 0c23fd7 commit 6287b2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/windows-build-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ jobs:
611611
with:
612612
url: "https://github.com/andrewc12/btrfs/releases/download/v1.8/x64-Debug.zip"
613613
target: ${{github.workspace}}/
614+
retry-times: 3
614615

615616
- name: extract
616617
run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\winbtrfs
@@ -2300,6 +2301,7 @@ jobs:
23002301
with:
23012302
url: "https://github.com/andrewc12/btrfs/releases/download/v1.8/x64-Debug.zip"
23022303
target: ${{github.workspace}}/
2304+
retry-times: 3
23032305

23042306
- name: extract
23052307
run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\winbtrfs
@@ -2693,6 +2695,7 @@ jobs:
26932695
with:
26942696
url: "https://github.com/andrewc12/ifstest/raw/main/ifs_test_kit.zip"
26952697
target: ${{github.workspace}}/
2698+
retry-times: 3
26962699

26972700
- name: extract
26982701
run: Expand-Archive -LiteralPath '${{ steps.winbtrs.outputs.filename }}' -DestinationPath ${{github.workspace}}\ifs_test_kit

0 commit comments

Comments
 (0)