This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 3543f41
committed
ci: add libssh2-1-dev system dependency for Net::SSH2 compilation
The CI was failing because Net::SSH2 Perl module requires libssh2-1-dev
system library to compile. Added installation of this dependency in the
GitHub Actions workflow before Perl module installation.1 parent 4d7a8a0 commit 3543f41
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments