From 57d9b1fe4262b0f8797a39dea1059471dc9247c9 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Mon, 6 Nov 2023 15:26:16 +0000 Subject: [PATCH] Revert part of Github Actions CI check for qemu playbooks --- .github/workflows/build_qemu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_qemu.yml b/.github/workflows/build_qemu.yml index 1adb4cd14f..1bfcadbc35 100644 --- a/.github/workflows/build_qemu.yml +++ b/.github/workflows/build_qemu.yml @@ -41,11 +41,10 @@ jobs: with: arch: ${{ matrix.arch }} distro: ${{ matrix.distro }} - install: | + run: | apt -y update apt -y install ansible sudo echo "localhost ansible_user=runner ansible_connection=local" > ansible/hosts - run: | set -eux cd ansible if [ ! -e /usr/bin/python ] ; then ln -s /usr/bin/python3 /usr/bin/python ; fi