aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-31 22:31:30 +0100
committerLoïc Hoguin <[email protected]>2024-01-31 22:31:30 +0100
commitec0e9a7e744ed651d75cf6afdc70ea63e925a307 (patch)
treedb634ad1078f3488a9d55b833cf7853c0bac8ee8
parent830a2dd9a7bf60c32ad3e22263240274b935bbbb (diff)
downloadci.erlang.mk-ec0e9a7e744ed651d75cf6afdc70ea63e925a307.tar.gz
ci.erlang.mk-ec0e9a7e744ed651d75cf6afdc70ea63e925a307.tar.bz2
ci.erlang.mk-ec0e9a7e744ed651d75cf6afdc70ea63e925a307.zip
Test a second setup-beam fix
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0e0f137..a39f3dc 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@f6a73a7bf1fb3d2faab5d807acfd2829b706fda9
+ uses: erlef/setup-beam@fix/bin-env-vars
with:
otp-version: '${{ matrix.erlang }}'
version-type: loose