mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.95k stars 289 forks source link

Add Alma Linux to act the same as Fedora #182

Closed SanderVocke closed 1 year ago

SanderVocke commented 1 year ago

Alma Linux is used widely in the form of manylinux containers to build Python packages.

The TMate action did not work in manylinux containers because it was not added in the distros recognition. Using dnf for package installation, just like fedora, works just fine.

I tested this in one of my projects and the TMate session works in a manylinux_2_28 container.

SanderVocke commented 1 year ago

Welp, looks like I have some file encoding issue here. Will re-open when I fix this.