Update php.yml
This commit is contained in:
parent
60002d99d3
commit
cd63965147
1 changed files with 4 additions and 2 deletions
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
|
@ -18,5 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install AlphaXPanel
|
||||
run: ls
|
||||
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/CloudVisionApps/AlphaXPanel/main/installers/install.sh
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
|
|
Loading…
Reference in a new issue