From 4abff9e287aa91d8ce37b67cc8faed815ac4bbb6 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Tue, 1 Dec 2020 21:56:15 +0000 Subject: [PATCH] Replace init.sh with autogen.sh --- .github/workflows/ci_formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_formatting.yml b/.github/workflows/ci_formatting.yml index 6ed4b7c..e9efc06 100644 --- a/.github/workflows/ci_formatting.yml +++ b/.github/workflows/ci_formatting.yml @@ -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