Skip to content

Commit 433625d

Browse files
committed
Revert "Fix GitHub Actions CI by updating composer workflow"
This reverts commit 39e0964.
1 parent 39e0964 commit 433625d

File tree

2 files changed

+8392
-1
lines changed

2 files changed

+8392
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2121
- name: Install Dependencies
22-
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
22+
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2323
- name: Generate key
2424
run: php artisan key:generate
2525
- name: Directory Permissions

0 commit comments

Comments
 (0)