mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
ci: re-enable tumblweed
Old docker/libseccomp from GH got updated.
This reverts commit 5c5c453219
.
This commit is contained in:
parent
8b53acd608
commit
05435d2714
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
flavor: [debian, fedora, ubuntu]
|
||||
flavor: [debian, fedora, tumbleweed, ubuntu]
|
||||
|
||||
name: Linux
|
||||
steps:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM archlinux/base
|
||||
FROM archlinux/latest
|
||||
|
||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
||||
autoconf \
|
||||
|
Loading…
Reference in New Issue
Block a user