Pedro López-Cabanillas

Results 74 comments of Pedro López-Cabanillas

> Note: It is, of course, possible that a given channel could appear in two different tracks. I am not experienced enough to know if such a situation is common...

There is a [getopt-win32](https://vcpkg.io/en/package/getopt-win32.html) package in https://vcpkg.io/ but it is not a blind drop-in. It will need [some tweaking](https://github.com/microsoft/vcpkg/blob/41e267049e8edaf37193794d46d33a3582985d5e/ports/getopt-win32/usage) on the build system.

Another alternative would be [getopt_port](https://github.com/kimgr/getopt_port) (BSD licensed).

Big thanks to @Vampire : the workaround worked perfectly !!! Simply adding this step before a cache operation: - name: 'Workaround for missing zstd in windows-11-arm' if: matrix.os == 'windows-11-arm'...