mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
Github: closes #453 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -21,6 +21,8 @@ on:
|
||||
env:
|
||||
MARGS: "-j2"
|
||||
CFLAGS: "-g"
|
||||
# This will need updating as the ubuntu-latest image changes:
|
||||
PHP_FPM: "/usr/sbin/php-fpm8.1"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user