From e279cd785e6f44e518e3d185f616a6376de31f24 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Sun, 12 Jun 2022 13:59:37 -0400 Subject: [PATCH] sudo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a7978..9f26f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: shell: pwsh run : | # ./ContinuousIntegration/ContinuousIntegration.ps1 - apt-get -y update && apt-get install -y --no-install-recommends libgdiplus libc6-dev + sudo 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