Skip to content

Commit eb871da

Browse files
committed
Update .github/workflows/Build.yml
1 parent 1ee281e commit eb871da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878

7979
- name: Build proxy
8080
run: |
81+
ln -s /lib/libpam.* /usr/lib/
8182
CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -DENABLE_USE_PAM_AUTH=ON -G Ninja
8283
cmake --build build --config Release
8384

0 commit comments

Comments
 (0)