mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix windows build
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user