Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot authored Oct 27, 2023
1 parent 9b3c41b commit 8b4a1e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
${{ runner.os }}-craft-vendor-
- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: |
composer install --prefer-dist --no-progress
./bin/post-clone.sh
- name: Copy config files
run: mkdir -p ./storage && cp -r ./stubs/config ./config
Expand Down

0 comments on commit 8b4a1e0

Please sign in to comment.