Skip to content

Commit 9f834ce

Browse files
committed
Restrict MSVC compiler to 2022
Otherwise there is a compile error regarding usage of stdext in Qt5, which was removed in MSVC 2026
1 parent 3970790 commit 9f834ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: ilammy/msvc-dev-cmd@v1
3131
with:
3232
arch: amd64
33+
vsversion: 2022
3334

3435
- name: Install Qt ${{matrix.qt-version}}
3536
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)