Skip to content

Commit

Permalink
chore: fix order in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 4, 2024
1 parent 97b93f7 commit fc6cca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- name: 📦 Check out the codebase
uses: actions/checkout@v4

- 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: 🤖 Generate dist files
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}

- 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 fc6cca0

Please sign in to comment.