install missing file command
This commit is contained in:
parent
68b1e61b69
commit
602f6f4645
@ -15,6 +15,9 @@ steps:
|
||||
environment:
|
||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
|
||||
commands:
|
||||
- |
|
||||
bash apt update && apt install file
|
||||
|
||||
- |
|
||||
pwsh -NonInteractive -c "& {
|
||||
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';
|
||||
|
Reference in New Issue
Block a user