]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Run automake and autoreconf separately
authorEmilio A. Escobar <redacted>
Mon, 30 Mar 2020 21:22:55 +0000 (14:22 -0700)
committerGitHub <redacted>
Mon, 30 Mar 2020 21:22:55 +0000 (14:22 -0700)
.github/workflows/ccpp.yml

index a685411f6ad3dd0d2a5857a8a576c66c8fa4f090..828689a90449f0951c62150aa766b63e82232281 100644 (file)
@@ -15,10 +15,10 @@ jobs:
     - uses: actions/checkout@v2
     - name: install dependencies
       run: sudo apt-get install autoconf automake libtool check libssl-dev shtool
-    - name: autotools
-      run: automake --add-missing -f; autoreconf -vfi; exit 0 > autogen.sh && chmod +x autogen.sh
-    - name: autogen
-      run: ./autogen.sh
+    - name: automake
+      run: automake --add-missing -f; 
+    - name: autoreconf
+      run: autoreconf -vfi
     - name: configure
       run: ./configure
     - name: make