Skip to content

Commit

Permalink
Fix Arch Linux CI
Browse files Browse the repository at this point in the history
It  was missing wayland-protocol and so not installing gtk3.
  • Loading branch information
jralls committed Mar 13, 2021
1 parent 28513f7 commit 610391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ci/actions/archlinux-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from archlinux/base
run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config gettext guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers > /dev/null
run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols > /dev/null
run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
Expand Down

0 comments on commit 610391b

Please sign in to comment.