diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index c918d99..7101caf 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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