From affcd824662fa6412ee12b671385fcff33602612 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 14 Apr 2021 02:50:15 -0400 Subject: [PATCH] ci: Re-enable testing on Arch Linux This reverts commit 17ab0dfcf4b3bdfa1d710891b00e347b9841ec75. The underlying issue with the archlinux was fixed, see references in the above commit for more details. --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6a7ec4d64..ab8988d33 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,6 +36,9 @@ jobs: - name: "OpenSUSE 15.0" runner: ubuntu-latest dockerfile: opensuse1500 + - name: "Archlinux Base (Rolling)" + runner: ubuntu-latest + dockerfile: arch - name: "Mac OS X 10.13" runner: macos-latest dockerfile: osx