Factor out setup

This commit is contained in:
Greg Hellings
2022-06-01 00:01:15 -05:00
parent 714fa99582
commit 2184b29795
4 changed files with 49 additions and 70 deletions
@@ -16,6 +16,4 @@ runs:
# Install packer.io
curl -O https://releases.hashicorp.com/packer/${{ inputs.version }}/packer_${{ inputs.version }}_linux_amd64.zip
unzip packer_${{ inputs.version }}_linux_amd64.zip
mkdir -p ~/bin/
chmod +x packer
mv packer ~/bin/packerio