aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-12-30 18:58:19 -0800
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-11 22:55:42 +0100
commit11627f3ac19b022468e163836d88c76eb0d22a88 (patch)
tree922bffdcd27813849e0e226d40cba66293c37180 /.github
parent76c67fcc66116381c69439f20159b636573080ba (diff)
downloadupstream-11627f3ac19b022468e163836d88c76eb0d22a88.tar.gz
upstream-11627f3ac19b022468e163836d88c76eb0d22a88.tar.bz2
upstream-11627f3ac19b022468e163836d88c76eb0d22a88.zip
CI: remove various tools from macOS
zstd, openssl, and quilt are already built in tools/. No need to install them. The rest are unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 19c11f03a6..61308603ee 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -54,19 +54,13 @@ jobs:
gnu-sed \
gnu-tar \
grep \
- libidn2 \
- libunistring \
m4 \
make \
mpfr \
ncurses \
- openssl@1.1 \
pcre \
pkg-config \
- quilt \
- readline \
- wget \
- zstd
+ wget
echo "/bin" >> "$GITHUB_PATH"
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"