Skip to content

Commit 40aaecf

Browse files
committed
Testing e2e test 16
1 parent e84ea82 commit 40aaecf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ jobs:
238238

239239
- name: Configure Apache for OJS
240240
run: |
241-
sudo apt-get install -y apache2 libapache2-mod-php8.2
241+
sudo apt-get update
242+
sudo apt-get install -y apache2 libapache2-mod-php8.2 --fix-missing || \
243+
sudo apt-get install -y apache2 php8.2 libapache2-mod-php8.2
242244
sudo a2enmod rewrite php8.2 alias
243245
sudo bash -c 'cat > /etc/apache2/sites-available/ojs.conf << EOF
244246
<VirtualHost *:8888>

0 commit comments

Comments
 (0)