fix windows build

This commit is contained in:
uncor3
2025-11-04 14:23:24 -08:00
parent 6ab5f9b286
commit 5b08a8ea74
6 changed files with 16 additions and 16 deletions
+3 -1
View File
@@ -182,14 +182,16 @@ jobs:
- name: Configure CMake
run: |
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$Qt6_DIR"
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$Qt6_DIR" -DNO_DEPLOY=""
- name: Build with CMake
run: cmake --build build --config Release
- name: Install & CPack
working-directory: build
shell: bash
run: |
export PATH="$PATH:/c/Users/runneradmin/.dotnet/tools"
cmake --install .
cpack .