Skip to content

Commit

Permalink
Revert part of Github Actions CI check for qemu playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Nov 6, 2023
1 parent b82cb7a commit 57d9b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d9b1f

Please sign in to comment.