mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +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
GitHub
parent
ac5e5e3bbc
commit
e750d5df73
@@ -33,8 +33,8 @@ apt-get install -y \
|
||||
cabal-install-3.0 \
|
||||
cabal-install-3.2
|
||||
|
||||
# Install haskell stack, pinned to v2.1.3
|
||||
curl -sSL https://raw.githubusercontent.com/commercialhaskell/stack/v2.1.3/etc/scripts/get-stack.sh | sh
|
||||
# Install the latest stable release of haskell stack
|
||||
curl -sSL https://get.haskellstack.org/ | sh
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
|
||||
Reference in New Issue
Block a user