From f9aaef6be946e1fa2ac5e58bf84e4e249488cfa6 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 4 May 2022 11:16:08 +0800 Subject: [PATCH] User erlef/setup-beam for GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9712c34..d0d51c66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - name: Install OTP and Elixir - uses: actions/setup-elixir@v1.5.0 + uses: erlef/setup-beam@v1.5.0 with: otp-version: '${{ matrix.otp }}' elixir-version: '${{ matrix.elixir }}'