Added dependency install stage
This commit is contained in:
parent
c044bf0909
commit
cd2967ee06
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ncc_workflow.yml
vendored
5
.github/workflows/ncc_workflow.yml
vendored
|
@ -102,6 +102,11 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt update -yqq
|
||||
apt install git libpq-dev libzip-dev zip make wget gnupg -yqq
|
||||
|
||||
- name: Download PHPDocumentor
|
||||
run: |
|
||||
wget https://phpdoc.org/phpDocumentor.phar
|
||||
|
|
Loading…
Add table
Reference in a new issue