Skip to content

Commit f5d8cfe

Browse files
committed
tools: macos: include python-setuptools and swig
Now that OpenWrt One is the default target, we need to include Python setuptools and swig since mediatek target U-Boot build requires it. Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 06f59d0 commit f5d8cfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
gnu-sed \
3636
grep \
3737
gpatch \
38-
make
38+
make \
39+
python-setuptools \
40+
swig
3941
4042
echo "/bin" >> "$GITHUB_PATH"
4143
echo "/sbin/Library/Apple/usr/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)