mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 23:44:23 +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 }}
|
otp-version: ${{ env.otp }}
|
||||||
elixir-version: ${{ env.elixir }}
|
elixir-version: ${{ env.elixir }}
|
||||||
- name: Start epmd
|
- name: Start epmd
|
||||||
run: cmd /c "START /b epmd"
|
run: cmd /c "START /b /d %RUNNER_TEMP%\.setup-beam\otp\erts-13.0\bin epmd"
|
||||||
working-directory: ${{ env.INSTALL_DIR_FOR_OTP }}/erts-13.0/bin
|
|
||||||
# Add tar that supports symlinks, see https://github.com/actions/virtual-environments/issues/4679
|
# Add tar that supports symlinks, see https://github.com/actions/virtual-environments/issues/4679
|
||||||
- name: Add tar.exe
|
- name: Add tar.exe
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue