diff options
-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 1bac2bd..bcbb222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,7 @@ full-test-linux: - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' - makers help - makers mrproper - - apt update && apt install -y flex bison + - apt update && apt install -y flex bison libelf-dev - makers defconfig - makers allow_failure: true |