From: Alex Bennée Date: Mon, 27 Oct 2025 11:03:11 +0000 (+0000) Subject: scripts/ci: allow both Ubuntu or Debian to run upgrade X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7425f47727e302d41fa803fbf1df86961bb1d177;p=thirdparty%2Fqemu.git scripts/ci: allow both Ubuntu or Debian to run upgrade 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 --- 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