From 092d9b55774428ab0ffc14c2e4f9b1c8717243f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 13 Sep 2022 21:13:23 +0200 Subject: [PATCH] Fix ERTS path on Windows CI (#1402) --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 417b9a891..92f7e014c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |