projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c67fc
)
CI: remove various tools from macOS
author
Rosen Penev
<rosenp@gmail.com>
Sat, 31 Dec 2022 02:58:19 +0000
(18:58 -0800)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 11 Jan 2023 21:55:42 +0000
(22:55 +0100)
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>
.github/workflows/tools.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tools.yml
b/.github/workflows/tools.yml
index 19c11f03a6237cfd6cf27e901ae13e2c85cbae35..61308603eed31bc7ab7c807ad4e214106bc7ea62 100644
(file)
--- 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"