From 3880735c6fdf8ca7bcbc6f0b5dfe7802d9219952 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Thu, 4 Apr 2024 19:11:55 +0800 Subject: [PATCH] Update haskell.yml (no cache) --- .github/workflows/haskell.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index b8f562603..f96b96342 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -42,14 +42,14 @@ jobs: iog-full: true - name: "[DEBUG] env" run: env - - name: cache cabal - uses: actions/cache@v3 - with: - path: | - ~/.cabal-devx/packages - ~/.cabal-devx/store - key: ${{ runner.os }}-${{ matrix.compiler-nix-name }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }} - restore-keys: ${{ runner.os }}-${{ matrix.compiler-nix-name }}- + # - name: cache cabal + # uses: actions/cache@v3 + # with: + # path: | + # ~/.cabal-devx/packages + # ~/.cabal-devx/store + # key: ${{ runner.os }}-${{ matrix.compiler-nix-name }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }} + # restore-keys: ${{ runner.os }}-${{ matrix.compiler-nix-name }}- - name: cabal update run: cabal update - name: cabal build dependencies