mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[Ubuntu] Install latest but not recomended Cabal (#7316)
This commit is contained in:
@@ -33,7 +33,7 @@ for majorMinorVersion in $minorMajorVersions; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "install cabal..."
|
echo "install cabal..."
|
||||||
ghcup install cabal
|
ghcup install cabal latest
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user