Skip to content

Commit

Permalink
Update haskell.yml (no cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 4, 2024
1 parent e0d94c6 commit 3880735
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3880735

Please sign in to comment.