From 1e2a7cc42acad2b151abba1e0488b1d21bf56865 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 5 Aug 2023 20:02:47 +0200 Subject: [PATCH] ci: Drop arch geo mirror debug step --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cb7979fe..5381279b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,10 +135,6 @@ jobs: Format=${{ matrix.format }} EOF - - name: Resolve Arch geo mirror location - if: matrix.distro == 'arch' - run: curl -I geo.mirror.pkgbuild.com - - name: Build ${{ matrix.distro }}/${{ matrix.format }} run: python3 -m mkosi --debug build -- 2.47.2