forked from lthn/blockchain
Update MSVC setup and set build type to Release
Adds TheMrMilchmann/setup-msvc-dev action to the Windows workflow with toolset 17.11.5 and x64 architecture. Also sets build_type to Release in the MSVC 194 x86_64 CMake profile.
This commit is contained in:
parent
747853297e
commit
bcb5f366e5
2 changed files with 6 additions and 0 deletions
5
.github/workflows/build-windows-intel.yml
vendored
5
.github/workflows/build-windows-intel.yml
vendored
|
|
@ -21,6 +21,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- uses: TheMrMilchmann/setup-msvc-dev@v4
|
||||
with:
|
||||
arch: x64
|
||||
toolset: 17.11.5
|
||||
|
||||
- name: Cache SDK Folder
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ compiler.cppstd=17
|
|||
compiler.runtime=static
|
||||
compiler.version=194
|
||||
os=Windows
|
||||
build_type=Release
|
||||
Loading…
Add table
Reference in a new issue