From da57f36a0f595a9b744a54a80a1d529a02336fdd Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 5 Mar 2021 21:22:19 +0100 Subject: [PATCH] GH Actions: restored official Archlinux image --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb226383..716e3b67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,7 +137,7 @@ jobs: build_for_mingw32: runs-on: ubuntu-18.04 container: - image: ghcr.io/sfztools/archlinux + image: archlinux steps: - name: Set install name run: | @@ -201,7 +201,7 @@ jobs: build_for_mingw64: runs-on: ubuntu-18.04 container: - image: ghcr.io/sfztools/archlinux + image: archlinux steps: - name: Set install name run: |