install missing file command
This commit is contained in:
parent
68b1e61b69
commit
4a47398db2
@ -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';
|
||||||
|
Reference in New Issue
Block a user