aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 61308603ee..f95dbf7712 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -41,26 +41,16 @@ jobs:
working-directory: ${{ env.WORKPATH }}/openwrt
run: |
brew install \
- autoconf \
automake \
coreutils \
diffutils \
findutils \
gawk \
- gettext \
git-extras \
- gmp \
- gnu-getopt \
gnu-sed \
- gnu-tar \
grep \
- m4 \
make \
- mpfr \
- ncurses \
- pcre \
- pkg-config \
- wget
+ pcre
echo "/bin" >> "$GITHUB_PATH"
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"