diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1baee66..35bb691e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,7 +363,9 @@ jobs: steps: - uses: actions/checkout@v2 - - run: vagrant up + - run: | + # Retry if it fails (download.fedoraproject.org returns 404 sometimes) + vagrant up || vagrant up - name: Integration env: