diff --git a/src/plugins/core/erlang.rs b/src/plugins/core/erlang.rs index 872b86ce3e..6f8c846e5a 100644 --- a/src/plugins/core/erlang.rs +++ b/src/plugins/core/erlang.rs @@ -249,7 +249,11 @@ impl ErlangPlugin { } #[cfg(not(any(linux, macos, windows)))] - async fn install_precompiled(&self, ctx: &InstallContext) -> Result> { + async fn install_precompiled( + &self, + ctx: &InstallContext, + tv: ToolVersion, + ) -> Result> { Ok(None) }