Added dependency install stage

This commit is contained in:
netkas 2024-10-08 14:24:18 -04:00
parent c044bf0909
commit cd2967ee06

View file

@ -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