Skip to content

Commit 67a0cd5

Browse files
committed
Add ldconfig after libgdiplus installation
Run ldconfig to update the dynamic linker cache after installing libgdiplus, ensuring the library is properly registered and discoverable by .NET runtime.
1 parent 1bbd792 commit 67a0cd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
sudo apt-get update
3131
sudo apt-get install -y libgdiplus
32+
sudo ldconfig
3233
3334
- name: Run Unit Tests
3435
run: |

0 commit comments

Comments
 (0)