aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-29 13:50:41 +0100
committerLoïc Hoguin <[email protected]>2024-01-29 13:50:51 +0100
commit830a2dd9a7bf60c32ad3e22263240274b935bbbb (patch)
tree2b80df6b18e82b7472433c71d239f884db608f26
parent80e2acead2cc5a314e706591e3d137b6260a7b4f (diff)
downloadci.erlang.mk-830a2dd9a7bf60c32ad3e22263240274b935bbbb.tar.gz
ci.erlang.mk-830a2dd9a7bf60c32ad3e22263240274b935bbbb.tar.bz2
ci.erlang.mk-830a2dd9a7bf60c32ad3e22263240274b935bbbb.zip
Revert "Test the setup-beam fix"
This reverts commit 80e2acead2cc5a314e706591e3d137b6260a7b4f. Commit is kept in the git history for testing purposes.
-rw-r--r--.github/workflows/ci.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0de97d7..0e0f137 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Erlang/OTP
- uses: erlef/setup-beam@fix/bin-env-vars
+ uses: erlef/setup-beam@f6a73a7bf1fb3d2faab5d807acfd2829b706fda9
with:
otp-version: '${{ matrix.erlang }}'
version-type: loose
@@ -124,13 +124,9 @@ jobs:
git
make
- - name: SETUP-BEAM DEBUGGING MSYS2
- shell: msys2 {0}
- run: pwd ; `cygpath -m $INSTALL_DIR_FOR_OTP`/bin/erl +V ; PATH=`cygpath -m $INSTALL_DIR_FOR_OTP`/bin:$PATH erl +V
-
- name: Run tests
shell: msys2 {0}
- run: PATH=`cygpath -m $INSTALL_DIR_FOR_OTP`/bin:$PATH make -k ci-windows-${{ matrix.erlang }}
+ run: PATH=$INSTALL_DIR_FOR_OTP/bin:$PATH make -k ci-windows-${{ matrix.erlang }}
- name: Upload logs
uses: actions/upload-artifact@v4