basarat / typescript-book

:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
https://basarat.gitbook.io/typescript/
Other
20.58k stars 2.52k forks source link

Fixed build problem due to Calibre and Ubuntu 20 problem #652

Open jpilgrim opened 2 years ago

jpilgrim commented 2 years ago

Apparently Calibre has a problem with Ubuntu 20: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1884295 This problem should be fixed in Calibre, but it seems that apt install calibre-bin does not fetch this fixed version yet. So I simply enforce the build to use an elder version of Ubuntu which fixes the problem at the moment.

sunny4381 commented 2 years ago

@basarat @jpilgrim I think this PR can't help and my PR #653 is better