Skip to content

Commit a6f9e1d

Browse files
committed
CI: Try updating PEAR with sudo
1 parent f107dee commit a6f9e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Update PEAR
3030
if: ${{ matrix.php == '8.5' }}
31-
run: pear update-channels && pear upgrade --force PEAR
31+
run: sudo pear update-channels && sudo pear upgrade --force PEAR
3232

3333
- name: Execute tests
3434
run: pear run-tests tests/*.phpt

0 commit comments

Comments
 (0)