From e97dc16a05f9b704e2678d4175c9e82affa8b5c1 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Tue, 9 Jul 2024 09:25:18 +0200 Subject: [PATCH] wip --- .github/workflows/haskell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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