Integration Tests: Run apt update before installing Apache

This commit is contained in:
Frédéric Guillot
2023-07-07 19:49:07 -07:00
committed by Frédéric Guillot
parent 8522226367
commit 07a0042520

View File

@@ -41,6 +41,8 @@ jobs:
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Refresh APT index
run: sudo apt update
- name: Install Apache PHP module
run: sudo apt install -y libapache2-mod-php
- name: Start Apache