From 0e21ee80cceb07a9098fb7e286d9b67a3b7eafbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Sat, 21 Oct 2023 00:19:57 -0300 Subject: [PATCH] ci: try to skip msys setup --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a94f2634..844a11736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: gmp:p openssl:p + - name: Configure MSYS2 in Stack + run: echo "skip-msys: true" >> stack.yaml + - name: Install Stack uses: haskell-actions/setup@v2 id: stack