We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a829a commit fd4f38dCopy full SHA for fd4f38d
.github/workflows/unit-tests.yaml
@@ -231,7 +231,7 @@ jobs:
231
extensions: ${{ env.REQUIRED_PHP_EXTENSIONS }}
232
233
- name: Build packages
234
- run: php .github/scripts/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
+ run: php .github/build-packages.php src/platform/src/Bridge/${{ matrix.bridge.bridge }}/composer.json
235
236
- name: Install dependencies
237
uses: ramsey/composer-install@v3
0 commit comments