Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Jul 9, 2024
1 parent fa37361 commit e97dc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e97dc16

Please sign in to comment.