summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-09-14 18:50:41 +0200
committerJo-Philipp Wich <jo@mein.io>2021-09-14 18:51:09 +0200
commite6dd389d06d9d33195afcf77a740df072298959e (patch)
tree22e786abb8f79ebeab785bf4baaa9aa0617f5fe4 /.github
parent07ae165bc1b999f38cfbbec2c9c0cf2aad502915 (diff)
ci: adjust build prereqs for GitHub as well
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/openwrt-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openwrt-ci.yml b/.github/workflows/openwrt-ci.yml
index 08a9ccb..4342205 100644
--- a/.github/workflows/openwrt-ci.yml
+++ b/.github/workflows/openwrt-ci.yml
@@ -3,7 +3,7 @@ name: OpenWrt CI testing
on: [ push, pull_request ]
env:
CI_ENABLE_UNIT_TESTING: 1
- CI_TARGET_BUILD_DEPENDS: ubus uci
+ CI_TARGET_BUILD_DEPENDS: libnl-tiny ubus uci
jobs:
native_testing: