We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9baa4f2 commit f3513d3Copy full SHA for f3513d3
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
sudo apt-get update -y
13
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev check pkg-config
14
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libpcre2-dev libjq-dev check
15
- sudo apt-get install -y valgrind
+ sudo apt-get install -y valgrind
16
- name: Configure
17
run: |
18
./autogen.sh
@@ -21,7 +21,7 @@ jobs:
21
run: make
22
- name: Test
23
run: make check || (cat test-suite.log && exit -1)
24
- - name: Valgrind
25
- run: make valgrind
+ - name: Valgrind
+ run: make valgrind
26
- name: Distcheck
27
run: make distcheck DESTDIR=/tmp/mod_auth_openidc
0 commit comments