CI: remove already installed packages
[openwrt/openwrt.git] / .github / workflows / tools.yml
index 61308603eed31bc7ab7c807ad4e214106bc7ea62..f95dbf771280f9365b8589b139372f95bcf6f0b2 100644 (file)
@@ -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"