From e19541a7332e5962c335859b176faad053d8b800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Ospina=20De=20Los=20R=C3=ADos?= Date: Wed, 2 Oct 2024 00:14:05 +0200 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 09abe56..c7f47e5 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -74,7 +74,7 @@ jobs: install: mingw-w64-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake make git mingw-w64-ucrt-x86_64-git-lfs dos2unix - name: Setup msys2 - if: ${{ matrix.os == 'windows-latest' && matrix.toolchain == 'gnu' }} + if: ${{ matrix.os == 'windows-latest' && matrix.toolchain == 'llvm' }} uses: msys2/setup-msys2@v2 with: msystem: UCRT64