We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c421012 commit 32c0745Copy full SHA for 32c0745
1 file changed
.github/workflows/autoconf.yml
@@ -71,9 +71,9 @@ jobs:
71
git config --global core.eol lf
72
73
- name: Install Apache httpd
74
- if: runner.httpd != 'system'
+ if: ${{ matrix.httpd }} != 'system'
75
run: |
76
- git clone -q --depth=1 -b "${{ runner.httpd }}" https://github.com/apache/httpd
+ git clone -q --depth=1 -b ${{ matrix.httpd }} https://github.com/apache/httpd
77
cd httpd
78
./buildconf --with-apr=/usr/bin/apr-1-config
79
./configure --prefix=$HOME/root/httpd --with-mpm=event --enable-dav --enable-dav-fs
0 commit comments