File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,20 @@ jobs:
5252 install_steps : pytest
5353
5454 steps :
55- - name : ' install prereqs'
56- run : |
57- sudo apt-get update -y
58- sudo apt-get install -y --no-install-suggests --no-install-recommends \
59- libtool autoconf automake pkgconf apache2 apache2-dev openssl \
60- libssl-dev libjansson-dev libcurl4-openssl-dev \
61- ${{ matrix.build.install_packages }}
62- python3 -m venv $HOME/venv
55+ - name : ' install prereqs'
56+ run : |
57+ sudo apt-get update -y
58+ sudo apt-get install -y --no-install-suggests --no-install-recommends \
59+ libtool autoconf automake pkgconf apache2 apache2-dev openssl \
60+ libssl-dev libjansson-dev libcurl4-openssl-dev \
61+ ${{ matrix.build.install_packages }}
62+ python3 -m venv $HOME/venv
6363
64- - name : ' configure'
65- run : |
66- autoreconf -fi
67- ./configure --enable-werror
64+ - name : ' configure'
65+ run : |
66+ autoreconf -fi
67+ ./configure --enable-werror
6868
69- - name : ' build'
70- run : |
71- make V=1
69+ - name : ' build'
70+ run : |
71+ make V=1
You can’t perform that action at this time.
0 commit comments