From 36baa7fb9e5b6d358b72c37c531b9d4b6c0bbfac Mon Sep 17 00:00:00 2001 From: Sean Hess Date: Mon, 11 Dec 2023 13:40:15 -0600 Subject: [PATCH] again --- .github/workflows/haskell.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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