From: Toni Wilen Date: Tue, 30 Dec 2025 14:20:58 +0000 (+0200) Subject: Use build tools 143 (MSVC 2026) X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ff0c875c4313186719a430b5b56f4daa38c439e0;p=francis%2Fwinuae.git Use build tools 143 (MSVC 2026) --- 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