From 0ee721f05197cb11d771d1d6885209f91c086848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 2 Oct 2023 18:35:27 -0300 Subject: [PATCH] Patch haskell setup action for M1 support --- .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 ae8403502..35a90669e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: openssl:p - name: Install Stack - uses: haskell-actions/setup@v2 + uses: elopez/haskell-actions-setup@m1-support id: stack if: matrix.container == '' with: