diff options
| author | Loïc Hoguin <[email protected]> | 2026-03-16 13:54:26 +0100 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2026-03-16 13:54:26 +0100 |
| commit | e478ddd79588a185ba74713ba6c122d2dfd3f2a3 (patch) | |
| tree | 3271d323e1cfb3567119d03fa8f77e3ab66669c1 | |
| parent | fc2561afae9853668c14dca61fc15358ef624794 (diff) | |
| download | ci.erlang.mk-master.tar.gz ci.erlang.mk-master.tar.bz2 ci.erlang.mk-master.zip | |
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 |
