Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 20, 2024
1 parent 7e982df commit 2f79283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: composer install
run: composer install -vvv --no-scripts
- name: composer update
run: composer update -vvv --no-scripts
- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Generate key
Expand Down

0 comments on commit 2f79283

Please sign in to comment.