We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ea09a commit b2e2dceCopy full SHA for b2e2dce
1 file changed
.github/workflows/os.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Configure build
50
run: |
51
- cmake -DCMAKE_PREFIX_PATH=C:/a/hello/Qt/6.9.0/msvc2022_64/lib -DCI= cmake --preset debug
+ cmake -DCMAKE_PREFIX_PATH="C:/a/hello/Qt/6.9.0/msvc2022_64/" -DCI= cmake --preset debug
52
53
- name: Execute build
54
0 commit comments