From 04b5a9a0967167d4023e1cd9abbdfe2542e70ddc Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Sun, 12 Jun 2022 13:57:27 -0400 Subject: [PATCH] install dependencies for autosize --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34956e2..92a7978 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,6 @@ jobs: shell: pwsh run : | # ./ContinuousIntegration/ContinuousIntegration.ps1 + apt-get -y update && apt-get install -y --no-install-recommends libgdiplus libc6-dev cd ./__tests__ Invoke-Pester -Output Detailed \ No newline at end of file