diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 5941157710..c24679fdb9 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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: