2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2023-06-22 20:19:18 +02:00
parent 2ba4007c33
commit a42e4ce683
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ jobs:
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y pgloader memcached
sudo apt install apache2 php7.1 php7.1-cli php7.1-mysql php7.1-pgsql php7.1-gd php7.1-imap php7.1-intl php7.1-ldap php7.1-xml php7.1-mbstring php7.1-xml php7.1-zip libapache2-mod-php7.1
sudo apt install apache2 php7.1 php7.1-cli php7.1-curl php7.1-mysql php7.1-pgsql php7.1-gd php7.1-imap php7.1-intl php7.1-ldap php7.1-xml php7.1-mbstring php7.1-xml php7.1-zip libapache2-mod-php7.1
sudo update-alternatives --set php /usr/bin/php7.1
php -i | head -
@@ -342,7 +342,7 @@ jobs:
echo $?
cd -
- name: Result of migration scripts
- name: Result of enabling modules scripts
if: always()
run: |
echo Show content of enablemodule.log file