1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

GHA: add actionlint job, fix reported issues

Closes #1740
This commit is contained in:
Viktor Szakats
2025-11-05 03:13:09 +01:00
parent f97fb271e3
commit f61703cc98
2 changed files with 14 additions and 8 deletions

View File

@@ -83,8 +83,8 @@ jobs:
cmake --build . --verbose
else
for crypto in OpenSSL Libgcrypt mbedTLS wolfSSL; do
cmake -B _bld-${crypto} -G Ninja -DCRYPTO_BACKEND=${crypto} -DENABLE_ZLIB_COMPRESSION=ON
cmake --build _bld-${crypto} --verbose
cmake -B _bld-"${crypto}" -G Ninja -DCRYPTO_BACKEND="${crypto}" -DENABLE_ZLIB_COMPRESSION=ON
cmake --build _bld-"${crypto}" --verbose
done
fi