We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1b7861 + 1681723 commit 5f11a72Copy full SHA for 5f11a72
1 file changed
.github/workflows/msvc-build.yml
@@ -11,7 +11,7 @@ permissions: {}
11
12
jobs:
13
build:
14
- runs-on: windows-2022
+ runs-on: windows-2025
15
16
env:
17
EXAMPLE_PRESETS: >-
@@ -63,6 +63,11 @@ jobs:
63
- name: Setup command line tools
64
uses: ilammy/msvc-dev-cmd@v1 # zizmor: ignore[unpinned-uses]
65
66
+ - name: Install cppcheck
67
+ run: |
68
+ del C:\Strawberry\c\bin\cppcheck.exe
69
+ choco install cppcheck -y
70
+
71
- name: Install dependencies
72
run: |
73
vcpkg install boost-accumulators boost-stacktrace:x64-windows-static `
0 commit comments