Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Jan 14, 2025
1 parent 0c47b17 commit 46e9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cp .env.testing .env

- name: Install dependencies
run: composer install
run: COMPOSER_MEMORY_LIMIT=-1 composer install

- name: Generate application key
run: php artisan key:generate
Expand Down

0 comments on commit 46e9f3b

Please sign in to comment.