ci: specify version manually when building
This commit is contained in:
parent
6917fac5f2
commit
e4c27fad50
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clazy -DCMAKE_CXX_FLAGS=-Werror
|
||||
# Use fake version for CI build
|
||||
cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clazy -DCMAKE_CXX_FLAGS=-Werror -DVERSION=v0.0.0
|
||||
cmake --build build
|
||||
|
||||
- name: Lint QML
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue