Skip to content

Commit

Permalink
fix repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jan 26, 2024
1 parent bd90bdf commit a19105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a19105f

Please sign in to comment.