Skip to content

Commit

Permalink
give permission to install espeakng
Browse files Browse the repository at this point in the history
Signed-off-by: Any97Cris <[email protected]>
  • Loading branch information
Any97Cris committed Feb 22, 2024
1 parent 9ddc29a commit de2cc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- name: Install Dependencies
run: |
apt-get update
apt-get install -y espeak-ng
sudo apt-get update
sudo apt-get install -y espeak-ng
- name: Checkout
uses: actions/checkout@v4
- name: Set up php ${{ matrix.php-versions }}
Expand Down

0 comments on commit de2cc93

Please sign in to comment.