ci: Re-enable testing on Arch Linux

This reverts commit 17ab0dfcf4.

The underlying issue with the archlinux was fixed, see references in the
above commit for more details.
This commit is contained in:
Tomas Babej
2021-04-14 02:50:15 -04:00
committed by Tomas Babej
parent e70c2b7c7d
commit affcd82466

View File

@@ -36,6 +36,9 @@ jobs:
- name: "OpenSUSE 15.0" - name: "OpenSUSE 15.0"
runner: ubuntu-latest runner: ubuntu-latest
dockerfile: opensuse1500 dockerfile: opensuse1500
- name: "Archlinux Base (Rolling)"
runner: ubuntu-latest
dockerfile: arch
- name: "Mac OS X 10.13" - name: "Mac OS X 10.13"
runner: macos-latest runner: macos-latest
dockerfile: osx dockerfile: osx