Skip to content

Commit

Permalink
Fix cabal cache task
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc29 authored Dec 12, 2023
1 parent 1f5fa7c commit 3398692
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
name: Cache cabal packages
id: cache-cabal
with:
path: |
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
~/.local/bin
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc-ver }}-${{ matrix.cabal-ver }}-${{ matrix.agda-ref }}
path: |
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
~/.local/bin
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc-ver }}-${{ matrix.cabal-ver }}-${{ matrix.agda-ref }}
- name: Install cabal
if: steps.cache-cabal.outputs.cache != 'true'
uses: actions/[email protected]
Expand Down

0 comments on commit 3398692

Please sign in to comment.