Skip to content

Commit

Permalink
Dev: Try fix-broken in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 29, 2023
1 parent 4450ae8 commit d048d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
# Set up the Apache and PHP
sudo apt-get update > /dev/null
sudo apt install php php-mysql php8.0-mysql php7.2-mysql libapache2-mod-php8.0 -y
sudo apt --fix-broken install php php-mysql php8.0-mysql php7.2-mysql libapache2-mod-php8.0 -y
sudo cp -f ./tests/CI-pipeline/github-actions-apache /etc/apache2/sites-available/000-default.conf
sudo sed -e "s?%CI_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf
Expand Down

0 comments on commit d048d01

Please sign in to comment.