mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Fix stack build
This commit is contained in:
parent
a7c5be93dc
commit
7cfcf6db8a
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ ubuntu:18.04 apt-get update && apt-get install -y cabal-install
|
|||
ubuntu:16.04 apt-get update && apt-get install -y cabal-install
|
||||
|
||||
# Stack on Ubuntu LTS
|
||||
ubuntu:20.04 set -e; apt-get update && apt-get install -y curl && curl -sSL https://get.haskellstack.org/ | sh -s - -f && cd /mnt && exec test/stacktest
|
||||
ubuntu:22.04 set -e; apt-get update && apt-get install -y curl && curl -sSL https://get.haskellstack.org/ | sh -s - -f && cd /mnt && exec test/stacktest
|
||||
EOF
|
||||
|
||||
exit "$final"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue