File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,12 @@ fedora:latest dnf install -y cabal-install ghc-template-haskell-devel fi
7474archlinux:latest pacman -S -y --noconfirm cabal-install ghc-static base-devel
7575
7676# Ubuntu LTS
77+ ubuntu:24.04 apt-get update && apt-get install -y cabal-install
7778ubuntu:22.04 apt-get update && apt-get install -y cabal-install
7879ubuntu:20.04 apt-get update && apt-get install -y cabal-install
7980
8081# Stack on Ubuntu LTS
81- 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
82+ ubuntu:24 .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
8283EOF
8384
8485exit " $final "
You can’t perform that action at this time.
0 commit comments