diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-09-14 15:50:05 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-09-14 15:50:05 +0200 |
commit | 07ae165bc1b999f38cfbbec2c9c0cf2aad502915 (patch) | |
tree | 44108dfe446dad4124ff693e8f68676dd861e060 | |
parent | 929c8627cf077c3e348fb12b02553d4a444c5e48 (diff) |
ci: add libnl-tiny to prereqs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ec04e4..a57d977 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: CI_ENABLE_UNIT_TESTING: 1 - CI_TARGET_BUILD_DEPENDS: ubus uci + CI_TARGET_BUILD_DEPENDS: libnl-tiny ubus uci include: - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml |