From 53124e9b8c1feade1b88144d286ae2fcc4692c7e Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 14 Apr 2021 19:54:34 -0600 Subject: install lex & yacc for linux test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3