From b3ae340d2c9ae9876f084a38b7c8555193fdb4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 23 Oct 2023 15:21:38 -0300 Subject: [PATCH] ci: use CLANG64 See https://gitlab.haskell.org/ghc/ghc/-/issues/22561 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b895ca1..a555a751b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: msys2/setup-msys2@v2 if: runner.os == 'Windows' with: - msystem: MINGW64 + msystem: CLANG64 release: false path-type: inherit update: true