aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2021-12-26 23:56:20 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-28 18:49:24 +0000
commit1810ad641d85e521fbce9be062c27c992c9e8152 (patch)
treea2ed72b4e287f7d4c7f66a0846173ba6a843c8c6 /.github
parentc3bbca8e73fb470407a9bfd301a3c8be827192c5 (diff)
github: bump msbuild version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index decbd791a4..1f42b9abf8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -21,15 +21,15 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
- name: Add msbuild to PATH
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1.1
with:
- vs-version: 16.4
+ vs-version: 16.8
- name: Set MSVC command prompt
uses: ilammy/msvc-dev-cmd@v1
- name: Mkdir
run: mkdir build
- name: Cmake
- run: cmake -A x64 ..
+ run: cmake -DCMAKE_SYSTEM_VERSION=10.0.20348.0 -A x64 ..
env:
PLATFORM: x64
WIRESHARK_BASE_DIR: C:/wireshark-libs