Skip to content

Commit

Permalink
Update Permissions for Dusk
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Mar 16, 2024
1 parent 8f18511 commit cfdfbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
php_version: "8.2"
args: --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-bcmath --no-progress --prefer-dist --optimize-autoloader
- name: Change Permissions
run: sudo chmod -R 755 /vendor/laravel
run: sudo chmod -R 755 vendor/laravel/
- name: Generate Application Key
run: php artisan key:generate
- name: Install Dusk
Expand Down

0 comments on commit cfdfbf9

Please sign in to comment.