Remove ldconfig from Alpine build workflow
- Remove unnecessary ldconfig command from build steps - Simplify build process in Alpine Linux workflow
This commit is contained in:
1
.github/workflows/build-alpine.yml
vendored
1
.github/workflows/build-alpine.yml
vendored
@@ -45,7 +45,6 @@ jobs:
|
||||
..
|
||||
make -j$(nproc)
|
||||
make install
|
||||
ldconfig
|
||||
|
||||
- name: Build Alpine Package
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user