Skip to content

Commit 952d1df

Browse files
authored
Merge pull request #45 from wayofdev/feat/new-ci-workflows
2 parents eb41ee6 + 97b93f7 commit 952d1df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- name: 🤖 Generate dist files
4747
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
4848

49+
- name: 💻 Set up Ansible for MacOS
50+
if: ${{ matrix.builder.os == 'macos-latest' }}
51+
run: |
52+
sudo pip3 install --upgrade pip
53+
sudo pip3 install ansible
54+
4955
- name: 💻 Set up Docker for MacOS
5056
if: ${{ matrix.builder.os == 'macos-latest' }}
5157
uses: docker-practice/actions-setup-docker@master

0 commit comments

Comments
 (0)