Skip to content

Commit 68f9771

Browse files
committed
Fixed missing composer install in bundle.yml
1 parent e149164 commit 68f9771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bundle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
php-version: 8.2
1414
- name: Checkout the repository
1515
uses: actions/checkout@master
16+
- name: Install dependencies
17+
run: composer install --prefer-dist --no-progress
1618
- name: Generate the artifacts
1719
run: php bundle.php
1820
- name: Upload the artifacts

0 commit comments

Comments
 (0)