From 3be3164e205f8e2936aa55a8af602e18fc7c15c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 15 Sep 2022 14:05:54 +0200 Subject: [PATCH] Simplify epmd starting on Windows CI --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92f7e014c..eef30dc0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |