We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7472ba6 commit 55deb7cCopy full SHA for 55deb7c
1 file changed
.circleci/config.yml
@@ -49,7 +49,7 @@ jobs:
49
apt update || true
50
apt install -y autoconf automake gcc git groff iproute2 libtirpc-dev libtool make ncat pkg-config procps sudo || true
51
pacman -Sy --noconfirm autoconf automake gcc git groff iproute2 libtool make pkg-config procps sudo || true
52
- zypper install -y autoconf automake gcc git groff gzip iproute2 libtool make pkg-config procps sudo tar || true
+ zypper install -y autoconf automake gcc git groff gzip iproute2 libtool make pkg-config procps sudo tar make || true
53
apk add sudo autoconf automake bash gcc git groff gzip iproute2 libtool linux-headers make musl-dev nmap-ncat pkgconf strace which || true
54
- when:
55
condition:
0 commit comments