fixed bash string replacement
This commit is contained in:
parent
69a274189a
commit
f52dea8eac
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue