Skip to content

Commit c07cc29

Browse files
Update cmake.yml
1 parent 037648d commit c07cc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: cmd
2626
run: |
2727
cmake -B ${{ github.workspace }}/build ^
28-
-DQt6_DIR="$Env:QtHome\6.6.1\msvc2019_64\lib\cmake\Qt6" ^ # Adjusted Qt6_DIR for Windows
28+
-DQt6_DIR="$Env:QtHome\6.6.1\msvc2019_64\lib\cmake\Qt6" ^
2929
-DCMAKE_BUILD_TYPE=Release
3030
3131
- name: Build

0 commit comments

Comments
 (0)