diff options
author | Melody Horn <melody@boringcactus.com> | 2024-11-13 19:55:58 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-11-13 19:55:58 -0700 |
commit | 9c673817b2e427bfba142c6d86acc34b0e957223 (patch) | |
tree | ff564646713a9292e7bf01ac6e5c77ea46571b8e /.gitlab-ci.yml | |
parent | d46ac4d95dd5ffa165ad0de6d883c076289c5169 (diff) | |
download | makers-9c673817b2e427bfba142c6d86acc34b0e957223.tar.gz makers-9c673817b2e427bfba142c6d86acc34b0e957223.zip |
new dependency just dropped
Diffstat (limited to '.gitlab-ci.yml')
-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 |