mirror of
https://github.com/libssh2/libssh2.git
synced 2025-10-31 23:30:25 +03:00
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user