1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Patch upstream to install php-xml instead of php-xsl

This commit is contained in:
downtownallday
2021-08-23 15:17:33 -04:00
parent 2a9fcd7101
commit 0c2c76a6dc
2 changed files with 10 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo update-alternatives --set php /usr/bin/php7.2
- run: sudo apt-get install -y php-xml
- name: setup
run: sudo -E tests/system-setup/upgrade-from-upstream.sh basic totpuser
- name: test-runner