Fix compiler issue on debian CI build
This commit is contained in:
parent
094aca80b8
commit
b7cdcd396b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue