Fix ERTS path on Windows CI (#1402)

This commit is contained in:
Jonatan Kłosko 2022-09-13 21:13:23 +02:00 committed by GitHub
parent f6e08bcdef
commit 092d9b5577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |