Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Jun 27, 2024
1 parent 82b4a8e commit 251b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
vs-version: '16.8' #using vs 16.8.3 in my local machine Help -> About Microsoft Visual Studio

- name: Generate Project Files
run: mkdir build && cd build && cmake .. -G"Visual Studio 16" -DCMAKE_BUILD_TYPE=Release && ninja -j$(nproc)
run: mkdir build && cd build && cmake .. -G"Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release

- name: Build Solution
run: cd build && msbuild Enigma.sln -property:Configuration=Release,MultiProcessorCompilation=true -maxCpuCount -verbosity:minimal -noLogo

0 comments on commit 251b883

Please sign in to comment.