diff --git a/.github/workflows/simple.yml b/.github/workflows/simple.yml index 3bfd620..1ef1741 100644 --- a/.github/workflows/simple.yml +++ b/.github/workflows/simple.yml @@ -87,6 +87,7 @@ jobs: make --version curl https://downloads.haskell.org/ghcup/0.1.22.0/i386-linux-ghcup-0.1.22.0 > ghcup chmod a+x ghcup + whoami echo $HOME GHCUP_INSTALL_BASE_PREFIX=$HOME ./ghcup install ghc ${{matrix.ghc }} ./ghcup install cabal 3.10.3.0