epub-builder に依存を持つプロジェクトを RLS 入りの VSCode で
開いているとこのようなエラーがでました。

failed to run custom build command for `bzip2-sys v0.1.9+1.0.8`

ビルドスクリプトの中で gcc を呼んでいるクレートに関してこのような
エラーになっている様子です。
シェルから cargo を呼出す分にはチェックもビルドも通ります。
どのような対策がとれるでしょうか?

ちなみに環境は
OS: Microsoft Windows 10 Home (64bit 版) 10.0.18363 ビルド 18363
VSCode のバージョン: 1.52.0
RLS のバージョン: v0.7.8

$ rustup toolchain list
stable-x86_64-pc-windows-gnu (default)
1.41.0-x86_64-pc-windows-gnu

$ rustup component list --installed
cargo-x86_64-pc-windows-gnu
clippy-x86_64-pc-windows-gnu
rls-x86_64-pc-windows-gnu
rust-analysis-x86_64-pc-windows-gnu
rust-docs-x86_64-pc-windows-gnu
rust-mingw-x86_64-pc-windows-gnu
rust-src
rust-std-wasm32-unknown-unknown
rust-std-x86_64-pc-windows-gnu
rustc-x86_64-pc-windows-gnu
rustfmt-x86_64-pc-windows-gnu