projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11627f3
)
CI: remove already installed packages
author
Rosen Penev
<rosenp@gmail.com>
Sun, 8 Jan 2023 20:04:41 +0000
(12:04 -0800)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Wed, 11 Jan 2023 21:55:42 +0000
(22:55 +0100)
The GitHub image already includes these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
.github/workflows/tools.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tools.yml
b/.github/workflows/tools.yml
index 61308603eed31bc7ab7c807ad4e214106bc7ea62..f95dbf771280f9365b8589b139372f95bcf6f0b2 100644
(file)
--- 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"