From 08e85981df8b97c2565abc18012213b01a4ab47f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 27 May 2022 13:46:32 -0500 Subject: [PATCH] Add ansible to install --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14b48c5..4bb07c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,12 +34,16 @@ jobs: with: submodules: 'recursive' - uses: greg-hellings/make-space@main + - uses: actions/setup-python@v3 + with: + python-version: "3" - name: install dependencies shell: bash run: | set -e sudo apt-get update sudo apt-get install -y unzip qemu-system-{x86,ppc} + python3 -m pip install -U ansible # Install packer.io curl -O https://releases.hashicorp.com/packer/${{ matrix.packer_version }}/packer_${{ matrix.packer_version }}_linux_amd64.zip unzip packer_${{ matrix.packer_version }}_linux_amd64.zip