Compare commits

...

1 Commits

Author SHA1 Message Date
dab2b1a956
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:13:24 +02:00

View File

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