Skip to content

Commit ffd7a89

Browse files
committed
Install tar on void
1 parent 027bc2e commit ffd7a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
},
142142
{ image: "ghcr.io/void-linux/void-glibc:latest"
143143
, installCmd: "xbps-install -Sy"
144-
, toolRequirements: "ncurses-libtinfo-libs autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils findutils gcc gmp gmp-devel jq lbzip2 make ncurses ncurses-devel openssh patch perl python3 sqlite sudo wget which xz zlib-devel patchelf"
144+
, toolRequirements: "ncurses-libtinfo-libs autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils findutils gcc gmp gmp-devel jq lbzip2 make ncurses ncurses-devel openssh patch perl python3 sqlite sudo wget which xz tar zlib-devel patchelf"
145145
, DISTRO: "Unknown"
146146
, ARTIFACT: "x86_64-linux-void-glibc"
147147
, ADD_CABAL_ARGS: "--enable-split-sections"

0 commit comments

Comments
 (0)