diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06679eab..9efc5e17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - name: Install Webserver run: | - sudo apt install -y apache2 libapache2-mod-php8.2 + sudo apt install -y --fix-missing apache2 libapache2-mod-php8.2 - name: Move project to web run: |