diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-09-14 18:50:41 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-09-14 18:51:09 +0200 |
commit | e6dd389d06d9d33195afcf77a740df072298959e (patch) | |
tree | 22e786abb8f79ebeab785bf4baaa9aa0617f5fe4 /.github | |
parent | 07ae165bc1b999f38cfbbec2c9c0cf2aad502915 (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.yml | 2 |
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: |