diff --git a/.github/workflows/template-validation.yml b/.github/workflows/template-validation.yml index aac728d..ba63541 100644 --- a/.github/workflows/template-validation.yml +++ b/.github/workflows/template-validation.yml @@ -26,6 +26,10 @@ jobs: - name: Setup Packer uses: hashicorp/setup-packer@v3 + - name: Install validation dependencies + run: | + brew install ansible + - name: Prepare validation inputs run: | mkdir -p "$HOME/XcodesCache"