marian-nmt / marian-dev

Fast Neural Machine Translation in C++ - development repository
https://marian-nmt.github.io
Other
257 stars 126 forks source link

Directory listing in Ubuntu and macOS workflows #938

Closed graemenail closed 2 years ago

graemenail commented 2 years ago

Description

The windows workflow includes a directory listing of the executables. This PR adds the same to the Ubuntu and macOS workflows. Perhaps useful to check for any unforeseen increases in binary size (as in #937).

List of changes:

Added dependencies: none

How to test

Ran on CI in fork

Checklist