summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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: