Skip to content

Commit f101c8a

Browse files
committed
ci/gha/fedora: retry vagrant up
download.fedoraproject.org gives HTTP 404 at times, breaking the CI. Let's give it another chance. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ccde82d commit f101c8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ jobs:
363363
steps:
364364
- uses: actions/checkout@v2
365365

366-
- run: vagrant up
366+
- run: |
367+
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
368+
vagrant up || vagrant up
367369
368370
- name: Integration
369371
env:

0 commit comments

Comments
 (0)