File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments