mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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>
This commit is contained in:
parent
76c67fcc66
commit
11627f3ac1
8
.github/workflows/tools.yml
vendored
8
.github/workflows/tools.yml
vendored
@ -54,19 +54,13 @@ jobs:
|
|||||||
gnu-sed \
|
gnu-sed \
|
||||||
gnu-tar \
|
gnu-tar \
|
||||||
grep \
|
grep \
|
||||||
libidn2 \
|
|
||||||
libunistring \
|
|
||||||
m4 \
|
m4 \
|
||||||
make \
|
make \
|
||||||
mpfr \
|
mpfr \
|
||||||
ncurses \
|
ncurses \
|
||||||
openssl@1.1 \
|
|
||||||
pcre \
|
pcre \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
quilt \
|
wget
|
||||||
readline \
|
|
||||||
wget \
|
|
||||||
zstd
|
|
||||||
|
|
||||||
echo "/bin" >> "$GITHUB_PATH"
|
echo "/bin" >> "$GITHUB_PATH"
|
||||||
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"
|
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user