From 3f7fb25bd01f939725f7936ddf10192288f33a76 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 27 Mar 2026 16:40:21 +0300 Subject: [PATCH] Install linux libraries in github flow --- .github/workflows/c-cpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e45564b..ed7037f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -26,6 +26,9 @@ jobs: - name: ln Linux if: ${{ startsWith(matrix.target, 'ubuntu') }} run: ln -s Makefile.Linux Makefile + - name: Linux libraries + if: ${{ startsWith(matrix.target, 'ubuntu') }} + run: sudo apt install libssl-dev libpam-dev - name: ln Mac if: ${{ startsWith(matrix.target, 'macos') }} run: ln -s Makefile.FreeBSD Makefile