Simplify epmd starting on Windows CI

This commit is contained in:
Jonatan Kłosko 2022-09-15 14:05:54 +02:00
parent 9600a3d3a3
commit 3be3164e20

View file

@ -70,7 +70,8 @@ jobs:
otp-version: ${{ env.otp }}
elixir-version: ${{ env.elixir }}
- name: Start epmd
run: cmd /c "START /b /d %RUNNER_TEMP%\.setup-beam\otp\erts-13.0\bin epmd"
run: $(elixir -e 'IO.puts "#{:code.root_dir()}/erts-#{:erlang.system_info(:version)}"')/bin/epmd.exe -daemon
shell: bash
# Add tar that supports symlinks, see https://github.com/actions/virtual-environments/issues/4679
- name: Add tar.exe
run: |