Skip to content

Commit

Permalink
release #8
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Nov 28, 2024
1 parent d4e25be commit b0b1396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
choco install qt --version=6.5.3 -y
choco install ninja -y
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y
shell: pwsh

# Configure CMake
- name: Configure CMake (Ubuntu and macOS)
Expand All @@ -63,9 +64,11 @@ jobs:
- name: Configure CMake (Windows)
if: matrix.os == 'windows-latest'
run: |
$env:CMAKE_PREFIX_PATH = "C:\Qt\6.5.3\msvc2019_64\lib\cmake"
cmake -B "${{ github.workspace }}\build" `
-DCMAKE_BUILD_TYPE=Release `
-G "Ninja" `
-DCMAKE_PREFIX_PATH="$env:CMAKE_PREFIX_PATH" `
-S "${{ github.workspace }}"
shell: pwsh

Expand Down

0 comments on commit b0b1396

Please sign in to comment.