Skip to content

Commit

Permalink
fix composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
skoro authored Aug 22, 2024
1 parent f6ac081 commit 3db49e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-php-
- name: Install Dependencies
run: composer install install --no-progress --prefer-dist --optimize-autoloader
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Run Migration
run: |
Expand Down

0 comments on commit 3db49e9

Please sign in to comment.