forked from lthn/blockchain
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.
8 lines
No EOL
130 B
Text
8 lines
No EOL
130 B
Text
[settings]
|
|
arch=x86_64
|
|
compiler=msvc
|
|
compiler.cppstd=17
|
|
compiler.runtime=static
|
|
compiler.version=194
|
|
os=Windows
|
|
build_type=Release |