]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
github: fix distcheck job
authorKarel Zak <kzak@redhat.com>
Fri, 5 Feb 2021 14:21:56 +0000 (15:21 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Feb 2021 14:21:56 +0000 (15:21 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.github/workflows/cibuild.yml

index 1aba3c1a798ba8b36154818b35fb7bc04c86e2cd..b999e7aefb65322e74c1390fcbca410ff00ccd17 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         uses: actions/checkout@v1
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
-      - name: Congure & Make
+      - name: Configure & Make
         run: .github/workflows/cibuild.sh CONFIGURE MAKE
       - name: Check
         run: sudo -E .github/workflows/cibuild.sh CHECK
@@ -49,5 +49,7 @@ jobs:
         uses: actions/checkout@v1
       - name: Ubuntu setup
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
+      - name: Configure
+        run: .github/workflows/cibuild.sh CONFIGURE
       - name: Make distcheck
         run: .github/workflows/cibuild.sh DISTCHECK