Fix compiler issue on debian CI build

This commit is contained in:
jaseg 2021-06-05 21:51:40 +02:00
parent 094aca80b8
commit b7cdcd396b

View file

@ -8,7 +8,7 @@ debian_10:
stage: build
image: "registry.gitlab.com/gerbolyze/build-containers/debian:10"
script:
- "export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH"
- "export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH CXX=clang++"
- "python3 setup.py install --user"
- "gerbolyze --help"