We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84ea82 commit 40aaecfCopy full SHA for 40aaecf
1 file changed
.github/workflows/tests.yml
@@ -238,7 +238,9 @@ jobs:
238
239
- name: Configure Apache for OJS
240
run: |
241
- sudo apt-get install -y apache2 libapache2-mod-php8.2
+ 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
244
sudo a2enmod rewrite php8.2 alias
245
sudo bash -c 'cat > /etc/apache2/sites-available/ojs.conf << EOF
246
<VirtualHost *:8888>
0 commit comments