Other: fix path to qmake

This commit is contained in:
Jakub
2022-10-18 14:22:21 +02:00
parent ac69f63c89
commit d6bb165de5

View File

@ -153,6 +153,7 @@ dependency-updates:
- mkdir -p .cache/bin
- export PATH=$(pwd)/.cache/bin:$PATH
- export GOPATH="$CI_PROJECT_DIR/.cache"
- export PATH=$PATH:$QT6DIR/bin
script:
- make build
- git diff && git diff-index --quiet HEAD