aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2026-03-16 13:54:26 +0100
committerLoïc Hoguin <[email protected]>2026-03-16 13:54:26 +0100
commite478ddd79588a185ba74713ba6c122d2dfd3f2a3 (patch)
tree3271d323e1cfb3567119d03fa8f77e3ab66669c1
parentfc2561afae9853668c14dca61fc15358ef624794 (diff)
downloadci.erlang.mk-master.tar.gz
ci.erlang.mk-master.tar.bz2
ci.erlang.mk-master.zip
Use upstream repository for WindowsHEADmaster
-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 537c0df..a761fd4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Erlang/OTP
- uses: essen/setup-beam@v1
+ uses: erlef/setup-beam@v1
with:
otp-version: '${{ matrix.erlang }}'
version-type: loose