mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 05:24:40 +08:00
Fix ERTS path on Windows CI (#1402)
This commit is contained in:
parent
f6e08bcdef
commit
092d9b5577
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -70,8 +70,7 @@ jobs:
|
|||
otp-version: ${{ env.otp }}
|
||||
elixir-version: ${{ env.elixir }}
|
||||
- name: Start epmd
|
||||
run: cmd /c "START /b epmd"
|
||||
working-directory: ${{ env.INSTALL_DIR_FOR_OTP }}/erts-13.0/bin
|
||||
run: cmd /c "START /b /d %RUNNER_TEMP%\.setup-beam\otp\erts-13.0\bin epmd"
|
||||
# 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