fgebhart / zeit-on-tolino

Service to auto-upload the ZEIT 🗞 e-paper to your tolino cloud library 📚
MIT License
14 stars 23 forks source link

Use ubuntu 20.04 to ensure geckodriver is available for selenium #29

Closed fgebhart closed 1 year ago

fgebhart commented 1 year ago

Seems like the tag ubuntu-latest was changed to 22 instead of 20 on 2022-11-19, see here. Ubuntu 22.04 seems to not have geckodriver available in PATH which causes the pipeline to fail.

This PR pins the usage of ubuntu 20.04 to remedy this issue. Not 100% but maybe this PR would allow usage of geckodriver in 22. Thus I assume it is likely that in the future geckodriver will also be available in 22.