Don't do distcheck, because it doesn't matter much tbh
All checks were successful
/ build (push) Successful in 7s
All checks were successful
/ build (push) Successful in 7s
This commit is contained in:
parent
be02515c58
commit
9748b11d8b
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ jobs:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
|
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
|
||||||
- run: ./bootstrap
|
- run: ./bootstrap
|
||||||
- run: ./configure
|
- run: ./configure CFLAGS="-Wall -Wextra -Werror"
|
||||||
- run: make
|
- run: make
|
||||||
- run: make install
|
- run: make install
|
||||||
- run: make distcheck
|
|
||||||
|
|
Loading…
Reference in a new issue