1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
loviuz
2021-05-15 17:28:10 +02:00
committed by GitHub
parent 205e8f3208
commit f22adf5778

View File

@@ -22,7 +22,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: zip, mbstring, pdo_mysql, dom, xsl, openssl, intl, curl, soap, gd
extensions: zip, mbstring, pdo_mysql, mysql, dom, xsl, openssl, intl, curl, soap, gd
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
@@ -97,6 +97,7 @@ jobs:
sudo cp -R * /var/www/html/
sudo rm /var/www/html/index.html
sudo chmod -R 0777 /var/www/html/
sudo rm /var/www/html/.htaccess
- name: Install Python dependencies
run: |