mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Fix unnecessary /usr/bin/ghc symlink (#4095)
This commit is contained in:
@@ -44,7 +44,6 @@ ghcup install cabal
|
|||||||
|
|
||||||
chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup
|
chmod -R 777 $GHCUP_INSTALL_BASE_PREFIX/.ghcup
|
||||||
ln -s $GHCUP_INSTALL_BASE_PREFIX/.ghcup /etc/skel/.ghcup
|
ln -s $GHCUP_INSTALL_BASE_PREFIX/.ghcup /etc/skel/.ghcup
|
||||||
ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc"
|
|
||||||
|
|
||||||
# Install the latest stable release of haskell stack
|
# Install the latest stable release of haskell stack
|
||||||
curl -sSL https://get.haskellstack.org/ | sh
|
curl -sSL https://get.haskellstack.org/ | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user