Skip to content

Commit 0e6a24d

Browse files
committed
Fix installing requirements on ubuntu 24.04
1 parent f23e4e5 commit 0e6a24d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
},
8888
{ image: "ubuntu:24.04"
8989
, installCmd: "apt-get update && apt-get install -y"
90-
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
90+
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses6 libtinfo6 patchelf"
9191
, DISTRO: "Ubuntu"
9292
, ARTIFACT: "x86_64-linux-ubuntu24.04"
9393
, ADD_CABAL_ARGS: "--enable-split-sections"
@@ -522,7 +522,7 @@ jobs:
522522
ARTIFACT: "x86_64-linux-ubuntu22.04"
523523
- image: ubuntu:24.04
524524
installCmd: apt-get update && apt-get install -y
525-
toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree
525+
toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses6 libtinfo6 patchelf tree
526526
DISTRO: Ubuntu
527527
ARTIFACT: "x86_64-linux-ubuntu24.04"
528528
- image: fedora:27
@@ -919,7 +919,7 @@ jobs:
919919
ARTIFACT: "x86_64-linux-ubuntu22.04"
920920
- image: ubuntu:24.04
921921
installCmd: apt-get update && apt-get install -y
922-
toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree
922+
toolRequirements: libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses6 libtinfo6 patchelf tree
923923
DISTRO: Ubuntu
924924
ARTIFACT: "x86_64-linux-ubuntu24.04"
925925
- image: fedora:27

0 commit comments

Comments
 (0)