1
0
Fork 0
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:
Snider 2025-10-02 11:57:28 +01:00
parent 747853297e
commit bcb5f366e5
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -5,3 +5,4 @@ compiler.cppstd=17
compiler.runtime=static
compiler.version=194
os=Windows
build_type=Release