Compare commits

...

1 Commits

Author SHA1 Message Date
4a47398db2
install missing file command
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2022-07-13 15:15:44 +02:00

View File

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