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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-02-04 18:21:49 +01:00
parent ccde82da2b
commit f101c8ac6c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -363,7 +363,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: vagrant up - run: |
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
vagrant up || vagrant up
- name: Integration - name: Integration
env: env: