diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 610d407e..63593bf9 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -25,7 +25,7 @@ jobs: wget https://downloads.haskell.org/~ghc/${{matrix.ghc-version}}/ghc-${{matrix.ghc-version}}-x86_64-deb11-linux.tar.xz tar xvf ghc-${{matrix.ghc-version}}-x86_64-deb11-linux.tar.xz cd ghc-${{matrix.ghc-version}}-x86_64-unknown-linux - ./configure + ./configure --prefix=$HOME/.local/install/ghc make install cd ghc --version