From 7fea585ea7f485d3561a84dc737559fd9f05484f Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 30 Dec 2025 16:23:03 +0200 Subject: [PATCH] Fix version string --- .github/workflows/build-winuae-binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-winuae-binary.yml b/.github/workflows/build-winuae-binary.yml index 444b5c28..298133db 100644 --- a/.github/workflows/build-winuae-binary.yml +++ b/.github/workflows/build-winuae-binary.yml @@ -22,7 +22,7 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 with: - vs-version: '[18.0)' + vs-version: '[18.0]' # Running roughly step 4 of README.md - name: Download WinUAE includes and libs @@ -71,7 +71,7 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 with: - vs-version: '[18.0)' + vs-version: '[18.0]' # Running roughly step 4 of README.md - name: Download WinUAE includes and libs -- 2.47.3