Skip to content
Snippets Groups Projects
Commit f6b0ea30 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix missing package

parent 587b6004
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ ci_archlinux_pkg() { # docker-image: base/archlinux:latest
pacman -Syu --noconfirm
pacman -S --noconfirm curl git
pacman -S --noconfirm base-devel qt5-base qt5-svg qt5-declarative qt5-quickcontrols
pacman -S --noconfirm pacman-contrib
useradd -m ${PKGUSER}
chown -R ${PKGUSER} "${PROJDIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment