mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Update Haskell tool Stack (#860)
* Update Haskell tool Stack * Update haskell script to install stack from get.haskellstack.org
This commit is contained in:
committed by
Mikhail Timofeev
parent
d8e24ea484
commit
dbb4db9835
@@ -26,8 +26,8 @@ apt-get install -y \
|
|||||||
cabal-install-3.0 \
|
cabal-install-3.0 \
|
||||||
cabal-install-3.2
|
cabal-install-3.2
|
||||||
|
|
||||||
# Install haskell stack, pinned to v2.1.3
|
# Install the latest stable release of haskell stack
|
||||||
curl -sSL https://raw.githubusercontent.com/commercialhaskell/stack/v2.1.3/etc/scripts/get-stack.sh | sh
|
curl -sSL https://get.haskellstack.org/ | sh
|
||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||||
|
|||||||
Reference in New Issue
Block a user