From ff0c875c4313186719a430b5b56f4daa38c439e0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 30 Dec 2025 16:20:58 +0200 Subject: [PATCH] Use build tools 143 (MSVC 2026) --- .github/workflows/build-winuae-binary.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-winuae-binary.yml b/.github/workflows/build-winuae-binary.yml index 57f87a63..444b5c28 100644 --- a/.github/workflows/build-winuae-binary.yml +++ b/.github/workflows/build-winuae-binary.yml @@ -20,7 +20,9 @@ jobs: - uses: actions/checkout@v4 - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v2.0.0 + uses: microsoft/setup-msbuild@v2 + with: + vs-version: '[18.0)' # Running roughly step 4 of README.md - name: Download WinUAE includes and libs @@ -67,7 +69,9 @@ jobs: - uses: actions/checkout@v4 - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v2.0.0 + uses: microsoft/setup-msbuild@v2 + with: + vs-version: '[18.0)' # Running roughly step 4 of README.md - name: Download WinUAE includes and libs -- 2.47.3