trying to build gerbolize in archlinux

This commit is contained in:
Ricardo (XenGi) Band 2021-02-07 18:48:08 +01:00
parent c0c019aea6
commit ce9a7a3082

View file

@ -40,7 +40,7 @@ archlinux:
stage: build
image: archlinux:latest
script:
- "sudo pacman -S pugixml opencv pango cairo git python make clang rustup cargo pkgconf"
- "pacman -Syy --needed --noconfirm --noprogressbar pugixml opencv pango cairo git python make clang rustup cargo pkgconf"
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"