From: Toni Wilen Date: Tue, 30 Dec 2025 14:23:03 +0000 (+0200) Subject: Fix version string X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=refs%2Fremotes%2Fupstream%2Fmaster;p=francis%2Fwinuae.git Fix version string --- 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