mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
sudo
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user