mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[ubuntu] Document GHC apt repository (#3268)
This commit is contained in:
@@ -49,4 +49,8 @@ ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc"
|
||||
# Install the latest stable release of haskell stack
|
||||
curl -sSL https://get.haskellstack.org/ | sh
|
||||
|
||||
invoke_tests "Haskell"
|
||||
# remove PPA repo
|
||||
echo "ghc ppa:hvr/ghc" >> $HELPER_SCRIPTS/apt-sources.txt
|
||||
add-apt-repository --remove ppa:hvr/ghc
|
||||
|
||||
invoke_tests "Haskell"
|
||||
|
||||
Reference in New Issue
Block a user