diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31c96c7..8495afa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: {} - name: Update apt-get database run: apt-get update - - uses: actions/setup-beam@v1 + - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp_vsn}} rebar3-version: 3.16.1