Don't do distcheck, because it doesn't matter much tbh
All checks were successful
/ build (push) Successful in 7s

This commit is contained in:
9pfs 2024-04-24 04:57:57 +00:00
parent be02515c58
commit 9748b11d8b
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

@ -9,7 +9,6 @@ jobs:
- run: apt-get update
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
- run: ./bootstrap
- run: ./configure
- run: ./configure CFLAGS="-Wall -Wextra -Werror"
- run: make
- run: make install
- run: make distcheck