Skip to content

Commit fc6cca0

Browse files
committed
chore: fix order in ci
1 parent 97b93f7 commit fc6cca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
- name: 📦 Check out the codebase
4444
uses: actions/checkout@v4
4545

46-
- name: 🤖 Generate dist files
47-
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
48-
4946
- name: 💻 Set up Ansible for MacOS
5047
if: ${{ matrix.builder.os == 'macos-latest' }}
5148
run: |
5249
sudo pip3 install --upgrade pip
5350
sudo pip3 install ansible
5451
52+
- name: 🤖 Generate dist files
53+
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
54+
5555
- name: 💻 Set up Docker for MacOS
5656
if: ${{ matrix.builder.os == 'macos-latest' }}
5757
uses: docker-practice/actions-setup-docker@master

0 commit comments

Comments
 (0)