File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments