diff options
author | Rosen Penev <rosenp@gmail.com> | 2023-01-08 12:04:41 -0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-01-11 22:55:42 +0100 |
commit | dd357409f68522469042ca85c740e34aaab253db (patch) | |
tree | 725e0344a2d149ed31f6d94e76c74820469b3d41 /.github/workflows | |
parent | 11627f3ac19b022468e163836d88c76eb0d22a88 (diff) | |
download | upstream-dd357409f68522469042ca85c740e34aaab253db.tar.gz upstream-dd357409f68522469042ca85c740e34aaab253db.tar.bz2 upstream-dd357409f68522469042ca85c740e34aaab253db.zip |
CI: remove already installed packages
The GitHub image already includes these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tools.yml | 12 |
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" |