Skip to content

Commit

Permalink
release #24
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Nov 28, 2024
1 parent 8c64d54 commit 69280a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Configure CMake (Windows)
if: matrix.os == 'windows-latest'
run: |
cmd /c "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && `
cmd /c ""C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && `
cmake -B "${{ github.workspace }}\build" `
-DCMAKE_BUILD_TYPE=Release `
-DCMAKE_PREFIX_PATH="C:\Qt\6.5.3\msvc2019_64\lib\cmake" `
-G "Ninja" `
-S "${{ github.workspace }}"
-S "${{ github.workspace }}""
shell: pwsh

# Build Application
Expand Down

0 comments on commit 69280a8

Please sign in to comment.