[openwrt/openwrt] CI: tools: add gnu-getopt to macOS CI
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 23 06:48:39 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/183bad664167f73a6798980faab5d9b5bba06b5a
commit 183bad664167f73a6798980faab5d9b5bba06b5a
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Jan 21 14:59:27 2023 -0800
CI: tools: add gnu-getopt to macOS CI
This used to be implicit. No longer for some reason.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
.github/workflows/tools.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index b315346ed6..b9d712c2a6 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -47,6 +47,7 @@ jobs:
findutils \
gawk \
git-extras \
+ gnu-getopt \
gnu-sed \
grep \
make
More information about the lede-commits
mailing list