Skip to content

Commit 5f11a72

Browse files
Merge pull request #806 from laurynas-biveinis/windows-2025
Bump Windows image version in GitHub Actions to 2025
2 parents d1b7861 + 1681723 commit 5f11a72

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/msvc-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111

1212
jobs:
1313
build:
14-
runs-on: windows-2022
14+
runs-on: windows-2025
1515

1616
env:
1717
EXAMPLE_PRESETS: >-
@@ -63,6 +63,11 @@ jobs:
6363
- name: Setup command line tools
6464
uses: ilammy/msvc-dev-cmd@v1 # zizmor: ignore[unpinned-uses]
6565

66+
- name: Install cppcheck
67+
run: |
68+
del C:\Strawberry\c\bin\cppcheck.exe
69+
choco install cppcheck -y
70+
6671
- name: Install dependencies
6772
run: |
6873
vcpkg install boost-accumulators boost-stacktrace:x64-windows-static `

0 commit comments

Comments
 (0)