diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 17da8d1f70..27ce6ae682 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -48,7 +48,7 @@ jobs: - run: autoconf working-directory: src - run: mkdir build - - name: Run confiugre + - name: Run configure run: ../src/configure -C --disable-install-doc working-directory: build - run: make $JOBS