Directory listing in Ubuntu and macOS workflows (#938)

This commit is contained in:
Graeme Nail 2022-06-06 13:32:58 +01:00 committed by GitHub
parent 5df240f534
commit e27da62393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -48,4 +48,4 @@ jobs:
./marian-decoder --version
./marian-scorer --version
./spm_encode --version
ls -hlv $(find . -maxdepth 1 -type f -perm +ugo+x \( -name "marian*" -o -name "spm*" \))

View File

@ -122,4 +122,4 @@ jobs:
./marian-scorer --version
./marian-server --version
./spm_encode --version
ls -hlv $(find . -maxdepth 1 -type f -executable \( -name "marian*" -o -name "spm*" \))