Remove ldconfig from Alpine build workflow
Some checks failed
Build Debian Package / build-debian (push) Successful in 1m58s
Build Alpine Package / build-alpine (push) Failing after 2m0s

- Remove unnecessary ldconfig command from build steps
- Simplify build process in Alpine Linux workflow
This commit is contained in:
2025-02-01 06:40:53 +00:00
parent 65a2de7025
commit dc63b5bb59

View File

@@ -45,7 +45,6 @@ jobs:
..
make -j$(nproc)
make install
ldconfig
- name: Build Alpine Package
run: |