diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e2680..f467b90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,6 +98,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 - makers defconfig - makers allow_failure: true |