diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e67eca..63700a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ archlinux: stage: test image: archlinux:base-devel before_script: - - pacman -Sy cmake git wxgtk2 --noconfirm --needed + - pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed script: - git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make artifacts: