diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1660a07b..6c96f847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,9 +206,9 @@ jobs: if: ${{ matrix.build == 'autotools' }} run: | ./configure ${{ matrix.crypto.configure }} \ - --enable-werror \ - --enable-debug \ - --with-libz + --enable-werror \ + --enable-debug \ + --with-libz - name: 'autotools make' if: ${{ matrix.build == 'autotools' }} run: make