1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00

ci.yml: fix indentation [ci skip]

Cherry-picked from #1017
This commit is contained in:
Viktor Szakats
2023-04-30 17:34:52 +00:00
parent baecb5eb68
commit e99c84f682

View File

@@ -206,9 +206,9 @@ jobs:
if: ${{ matrix.build == 'autotools' }} if: ${{ matrix.build == 'autotools' }}
run: | run: |
./configure ${{ matrix.crypto.configure }} \ ./configure ${{ matrix.crypto.configure }} \
--enable-werror \ --enable-werror \
--enable-debug \ --enable-debug \
--with-libz --with-libz
- name: 'autotools make' - name: 'autotools make'
if: ${{ matrix.build == 'autotools' }} if: ${{ matrix.build == 'autotools' }}
run: make run: make