Replace init.sh with autogen.sh

This commit is contained in:
PartialVolume
2020-12-01 21:56:15 +00:00
committed by GitHub
parent 2102301382
commit 4abff9e287

View File

@@ -14,7 +14,7 @@ jobs:
- name: installing system dependencies
run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode clang-format-7
- name: creating autoconf files
run: ./init.sh
run: ./autogen.sh
- name: configuring
run: ./configure CFLAGS='-O0 -g -Wall -Wextra'
- name: verifying code style