From 28c5787a80080b0f3b1821fc7ea8c23a63ce662d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 7 Jan 2024 20:04:39 +0100 Subject: [PATCH] CI: setup haskell fails ? --- .github/workflows/haskell.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index d9d8905..65a46da 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -24,11 +24,11 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: haskell/actions/setup@v1.2 - name: Setup Haskell Stack - with: - ghc-version: ${{ matrix.ghc }} - stack-version: ${{ matrix.stack }} + # - uses: haskell/actions/setup@v1.2 + # name: Setup Haskell Stack + # with: + # ghc-version: ${{ matrix.ghc }} + # stack-version: ${{ matrix.stack }} - uses: actions/cache@v2 name: Cache ~/.stack