install missing file command
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed

This commit is contained in:
OCram85 2022-07-13 15:11:46 +02:00
parent 68b1e61b69
commit 346523da28
Signed by: OCram85
GPG Key ID: 456940F03DE016E1

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';