From 1b00410276adf0f26a30954902e7b7f22da7bc30 Mon Sep 17 00:00:00 2001 From: Andrii Babarytskyi <andrii.babarytskyi@epfl.ch> Date: Mon, 9 Oct 2023 10:38:19 +0000 Subject: [PATCH] Update file ubuntu2004.yml --- tasks/ubuntu2004.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/ubuntu2004.yml b/tasks/ubuntu2004.yml index fa1681f..d80bde7 100644 --- a/tasks/ubuntu2004.yml +++ b/tasks/ubuntu2004.yml @@ -11,6 +11,8 @@ apt: state: latest pkg: + - lsb # needed to launch workbench, not included in installation guide + - alien # needed to launch workbench, not included in installation guide - libasound2 - libatk-bridge2.0-0 - libatk1.0-0 -- GitLab