Skip to content

Commit

Permalink
Merge pull request #45 from wayofdev/feat/new-ci-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Apr 4, 2024
2 parents eb41ee6 + 97b93f7 commit 952d1df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- name: 🤖 Generate dist files
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}

- name: 💻 Set up Ansible for MacOS
if: ${{ matrix.builder.os == 'macos-latest' }}
run: |
sudo pip3 install --upgrade pip
sudo pip3 install ansible
- name: 💻 Set up Docker for MacOS
if: ${{ matrix.builder.os == 'macos-latest' }}
uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit 952d1df

Please sign in to comment.