aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-02-15 16:05:05 +0100
committerLoïc Hoguin <[email protected]>2024-02-15 16:05:05 +0100
commit693456b62861b64731d748a1d2929b6093b38a27 (patch)
tree33fba7b1137d0653917947b4baf8a1c50c9bdcbc
parentec0e9a7e744ed651d75cf6afdc70ea63e925a307 (diff)
downloadci.erlang.mk-693456b62861b64731d748a1d2929b6093b38a27.tar.gz
ci.erlang.mk-693456b62861b64731d748a1d2929b6093b38a27.tar.bz2
ci.erlang.mk-693456b62861b64731d748a1d2929b6093b38a27.zip
Use setup-beam commit from main with 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 a39f3dc..bd66db7 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@726c8cb9ac7b8d1ddf4353389e349f585ebfff91
with:
otp-version: '${{ matrix.erlang }}'
version-type: loose