1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-22 20:09:58 +01:00
This commit is contained in:
loviuz 2021-05-15 19:26:42 +02:00 committed by GitHub
parent 63605a3836
commit b5f9d4d8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ jobs:
sudo find / -name php\.ini
sudo sed -i 's,^post_max_size =.*$,post_max_size = 32M,' /etc/php/7.4/cgi/php.ini
sudo sed -i 's,^upload_max_filesize =.*$,upload_max_filesize = 32M,' /etc/php/7.4/cgi/php.ini
sudo apt install libapache2-mod-php7.4
sudo a2enmod php7.4
- name: Set up Python ${{ matrix.python-version }}