fixed bash string replacement

This commit is contained in:
Ricardo (XenGi) Band 2021-02-07 20:36:46 +01:00
parent 69a274189a
commit f52dea8eac

View file

@ -49,7 +49,7 @@ archlinux:
stage: build
image: archlinux:latest
script:
- "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python python-pip make clang rustup cargo pkgconf ${GERBOLYZE_DEPS/python3-/python-} ${PCB_TOOLSEXT_DEPS/python3-/python-}"
- "pacman -Syyu --needed --noconfirm --noprogressbar base-devel pugixml opencv pango cairo git python python-pip make clang rustup cargo pkgconf ${GERBOLYZE_DEPS//python3-/python-} ${PCB_TOOLSEXT_DEPS//python3-/python-}"
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"