Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 502edb5 commit e19c66a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bare_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
# nest to directory to avoid using current repository
- run: mkdir nested-directory

# allow plugin installing
- run: composer config --no-plugins allow-plugins.cweagans/composer-patches true
working-directory: nested-directory

- run: composer require symplify/vendor-patches --dev
working-directory: nested-directory

Expand Down

0 comments on commit e19c66a

Please sign in to comment.