From 2f79283f9f8d3d71363e88d9dd6d1bdc4acfcdf9 Mon Sep 17 00:00:00 2001 From: xxl4 Date: Thu, 20 Jun 2024 16:55:24 +0800 Subject: [PATCH] fix --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 92d9ce71b..f14f54836 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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