Compare commits

...

1 Commits

Author SHA1 Message Date
bde65829b6
install missing file command
Some checks reported errors
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build was killed
2022-07-13 15:16:08 +02:00

View File

@ -15,6 +15,10 @@ steps:
environment: environment:
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)" EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
commands: commands:
- |
apt-get update
apt-get install file
- | - |
pwsh -NonInteractive -c "& { pwsh -NonInteractive -c "& {
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop'; Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';