Explorar o código

CI: remove already installed packages

The GitHub image already includes these.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev %!s(int64=3) %!d(string=hai) anos
pai
achega
dd357409f6
Modificáronse 1 ficheiros con 1 adicións e 11 borrados
  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"