Skip to content

Commit

Permalink
fix: add -y when adding apt-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes authored Apr 12, 2023
1 parent 7f0fe65 commit 4918fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run:
name: Add PHP8 APT repository
command: sudo add-apt-repository ppa:ondrej/php
command: sudo add-apt-repository ppa:ondrej/php -y
- run: sudo apt-get update
- run: sudo apt-get install -y php<<parameters.version>>-zip php<<parameters.version>>-sqlite3

Expand Down

0 comments on commit 4918fea

Please sign in to comment.