Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich authored Sep 29, 2023
1 parent 9eb97dc commit 87a7389
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:

- name: Generate Project Files
run: |
md cmake-build-debug && cd cmake-build-debug
cmake .. -G"Visual Studio 16 2022" -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
md cmake-build-debug && cd cmake-build-debug
cmake .. -G"Visual Studio 16 2022" -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
- name: Build Solution
run: msbuild tgbotxx.sln -property:Configuration=Release,MultiProcessorCompilation=true -maxCpuCount -verbosity:minimal -noLogo

0 comments on commit 87a7389

Please sign in to comment.