diff options
| -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 |
