mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-12 14:23:14 +00:00
install dependencies for autosize
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -21,5 +21,6 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run : |
|
run : |
|
||||||
# ./ContinuousIntegration/ContinuousIntegration.ps1
|
# ./ContinuousIntegration/ContinuousIntegration.ps1
|
||||||
|
apt-get -y update && apt-get install -y --no-install-recommends libgdiplus libc6-dev
|
||||||
cd ./__tests__
|
cd ./__tests__
|
||||||
Invoke-Pester -Output Detailed
|
Invoke-Pester -Output Detailed
|
||||||
Reference in New Issue
Block a user