Compare commits
1 Commits
bde65829b6
...
4a47398db2
Author | SHA1 | Date | |
---|---|---|---|
4a47398db2 |
@ -15,6 +15,10 @@ steps:
|
||||
environment:
|
||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
|
||||
commands:
|
||||
- |
|
||||
bash sudo apt update
|
||||
sudo apt install file
|
||||
|
||||
- |
|
||||
pwsh -NonInteractive -c "& {
|
||||
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';
|
||||
|
Reference in New Issue
Block a user