From 7425f47727e302d41fa803fbf1df86961bb1d177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 27 Oct 2025 11:03:11 +0000 Subject: [PATCH] scripts/ci: allow both Ubuntu or Debian to run upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no practical difference between the systems when it comes to updating the installed system. Reviewed-by: Manos Pitsidianakis Message-ID: <20251027110344.2289945-5-alex.bennee@linaro.org> Signed-off-by: Alex Bennée --- scripts/ci/setup/build-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/setup/build-environment.yml b/scripts/ci/setup/build-environment.yml index 66bde18875..253d0b759b 100644 --- a/scripts/ci/setup/build-environment.yml +++ b/scripts/ci/setup/build-environment.yml @@ -24,7 +24,7 @@ update_cache: yes upgrade: yes when: - - ansible_facts['distribution'] == 'Ubuntu' + - ansible_facts['distribution'] in ['Ubuntu', 'Debian'] # the package lists are updated by "make lcitool-refresh" - name: Define package list file path