mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update app-code-coverage.yml
This commit is contained in:
parent
19d24acd5c
commit
2a878db667
1 changed files with 3 additions and 3 deletions
6
.github/workflows/app-code-coverage.yml
vendored
6
.github/workflows/app-code-coverage.yml
vendored
|
@ -43,9 +43,9 @@ jobs:
|
|||
|
||||
sudo /phyre-panel/install_web.sh
|
||||
|
||||
sudo wget http://xdebug.org/files/xdebug-2.6.0.tgz
|
||||
sudo tar -xvzf xdebug-2.6.0.tgz
|
||||
cd xdebug-2.6.0
|
||||
sudo wget http://xdebug.org/files/xdebug-3.3.2.tgz
|
||||
sudo tar -xvzf xdebug-3.3.2.tgz
|
||||
cd xdebug-3.3.2
|
||||
sudo phpize
|
||||
sudo ./configure
|
||||
sudo make
|
||||
|
|
Loading…
Reference in a new issue