aureliojargas / txt2regex

Regex wizard for the terminal, written in Bash
https://aurelio.net/projects/txt2regex/
GNU General Public License v2.0
183 stars 26 forks source link

CI: Use Ubuntu 22.04 to fix SIGPIPE issue #13

Closed aureliojargas closed 1 year ago

aureliojargas commented 1 year ago

With the new --default-signal in the env command we can fix the issue with SIGPIPE being trapped, when running in GitHub Actions.

Please refer to PR #9 for detailed information on this issue.