Merge pull request #222687 from GaetanLepage/elixir-ls

elixir-ls: fix build
This commit is contained in:
Weijia Wang 2023-03-23 11:03:19 +02:00 committed by GitHub
commit c9183f5905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ mixRelease {
# of the no-deps-check requirement
buildPhase = ''
runHook preBuild
mix do compile --no-deps-check, elixir-ls.release
mix do compile --no-deps-check, elixir_ls.release
runHook postBuild
'';