Skip to content

Commit d7232c9

Browse files
authored
Merge pull request #353 from icing/gh-ci
punchcard development to get GH workflow running
2 parents b405cef + acae65b commit d7232c9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/linux.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)