From 322f51e3ab0bf60b1a791a7128c8954bb8c1dd08 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 5 Nov 2019 23:05:15 +0000 Subject: [PATCH] Try and figure out where its being checked out to --- .github/workflows/haskell.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6124028..758c269 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -28,7 +28,7 @@ jobs: repository: haskell/haskell-ide-engine submodules: recurse ref: ${{ env.hieref }} - path: $HOME/haskell-ide-engine + path: haskell-ide-engine - name: Cache Cabal binaries uses: actions/cache@v1 @@ -42,7 +42,10 @@ jobs: echo "hie is already built" exit 0 fi - pushd $HOME/haskell-ide-engine + echo $GITHUB_WORKSPACE + ls + ls $GITHUB_WORKSPACE + pushd $GITHUB_WORKSPACE/haskell-ide-engine cabal install hie cabal install hoogle hoogle generate -- 2.30.2