Add missing libgdiplus install to Nuget build

This commit is contained in:
Jordan Dominion
2026-02-04 18:18:45 -05:00
parent 1011ad70f8
commit f07287fead
+5
View File
@@ -1956,6 +1956,11 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[NugetDeploy]')
steps:
- name: Install Native Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgdiplus
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with: