Skip to content

Commit 144f368

Browse files
iglocskaclaude
andcommitted
fix: [ci] Run apt-get update before installing system deps
The shivammathur/setup-php action adds the ondrej/php PPA but the package index becomes stale, causing 404s when installing PHP packages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ebc6e3 commit 144f368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
135135
- name: Install system deps
136136
run: |
137+
sudo apt-get -y update
137138
sudo apt-get -y install curl python3 python3-pip python3-virtualenv \
138139
apache2 libapache2-mod-php8.3
139140

0 commit comments

Comments
 (0)