Merge pull request #2428 from tgstation/FixNuget [NugetDeploy]

Add missing libgdiplus install to Nuget build
This commit is contained in:
Jordan Dominion
2026-02-04 19:58:02 -05:00
committed by GitHub
+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: