Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 42a55a1

Browse files
authored
Add packer to build process to "brew install" (#202)
1 parent 27676f8 commit 42a55a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install packages
8383
if: env.skip != 'true'
8484
run: |
85-
brew install ansible bash coreutils gnu-sed qemu
85+
brew install ansible bash coreutils gnu-sed packer qemu
8686
pip3 install pywinrm
8787
echo "/usr/local/bin:/usr/local/opt/gnu-sed/libexec/gnubin:/usr/local/opt/coreutils/libexec/gnubin" >> "${GITHUB_PATH}"
8888

0 commit comments

Comments
 (0)