Skip to content

Commit 7191e37

Browse files
committed
fix path
1 parent b57acb8 commit 7191e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup php-fpm for Linux
7474
if: matrix.os == 'ubuntu-24.04'
7575
run: |
76-
find /usr -name "php-fpm*"
76+
find /usr/sbin -name "php-fpm*"
7777
sudo apt-get update
7878
sudo apt-get install -y php${{ matrix.php-version }}-fpm
7979
sudo rm -f /usr/sbin/php-fpm

0 commit comments

Comments
 (0)