diff options
| author | Rosen Penev | 2023-01-21 22:59:27 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-01-23 14:48:07 +0000 |
| commit | 183bad664167f73a6798980faab5d9b5bba06b5a (patch) | |
| tree | 8547f5621e89e79a8420e79c561fe24807209a6a | |
| parent | b61404a6ad100b1e8305a84dbeacc2cae9d66ccf (diff) | |
| download | openwrt-183bad664167f73a6798980faab5d9b5bba06b5a.tar.gz | |
CI: tools: add gnu-getopt to macOS CI
This used to be implicit. No longer for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | .github/workflows/tools.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |