mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Simplify epmd starting on Windows CI
This commit is contained in:
parent
9600a3d3a3
commit
3be3164e20
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue