Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Dec 11, 2023
1 parent 9e5d461 commit 36baa7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
${{ runner.os }}-
- name: Test
run: cat $HOME/.config/cabal
run: |
cabal update
ls $HOME/.config
cat $HOME/.config/cabal
# - name: Install dependencies
# run: |
# cabal update
Expand Down

0 comments on commit 36baa7f

Please sign in to comment.