Skip to content

Windows MSVC x64

Windows MSVC x64 #16

name: Windows MSVC x64
on:
workflow_dispatch:
permissions:
contents: write
env:
VCPKG_FEATURE_FLAGS: dependencygraph
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-2025-vs2026
steps:
- name: Hack CMake out of existence
shell: cmd
run: del "C:\Program Files\CMake\bin\cmake.exe"
- name: Look for VS version of CMake
shell: cmd
run: cmake --version