Browse Source

CI: remove already installed packages

The GitHub image already includes these.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 3 years ago
parent
commit
dd357409f6
1 changed files with 1 additions and 11 deletions
  1. 1 11
      .github/workflows/tools.yml

+ 1 - 11
.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"