From 7642aef9b83d4eb57905d997e53d3bd3aa4d5a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 6 Dec 2024 19:52:40 -0500 Subject: [PATCH] github: Install rename for end to end tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 521b30a..e8e6469 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,8 @@ jobs: debian-archive-keyring \ make \ pipx \ - qemu-utils + qemu-utils \ + rename - name: Setup Incus run: |