Skip to content

Commit e178af2

Browse files
authored
Merge pull request #4999 from thaJeztah/retry_fedora
ci/gha/fedora: retry vagrant up
2 parents ccde82d + f101c8a commit e178af2

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)