From f101c8ac6c994de86c5baa4f99890c6412acd5d8 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 4 Feb 2021 18:21:49 +0100 Subject: [PATCH] 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/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: