diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-02-17 16:24:59 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-02-17 16:24:59 +0100 |
commit | 3def839c0ed01fbacf8406ef5961caa666110df3 (patch) | |
tree | c3c0bb4085c70329b31694fc12b419599f0df258 /.github/workflows | |
parent | b170fcb55f9890717e8142e6029756672e8645f8 (diff) | |
download | profani-tty-3def839c0ed01fbacf8406ef5961caa666110df3.tar.gz |
Disable Arch CI
Again something wrong this Arch. Not time to invest right now but we need a working CI for PRs.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 952866f7..daae84d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - flavor: [arch, debian, fedora, tumbleweed, ubuntu] + flavor: [debian, fedora, tumbleweed, ubuntu] name: Linux steps: |