From a7a6e7c2e4c97d05dca7eb406975f973fdf03ada Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 22 Nov 2024 15:56:57 +0100 Subject: [PATCH] gh-actions msvc-arm64: downgrade to work around compiler issue --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dbdf7186..49c02b7de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -943,6 +943,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 with: arch: amd64_arm64 + toolset: "19.41" - name: Configure and Build run: | meson --backend=ninja build --cross-file test/arm64cl.txt