This commit is contained in:
Doug Finke
2022-06-12 13:59:37 -04:00
committed by GitHub
parent 04b5a9a096
commit e279cd785e

View File

@@ -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