From dd68df1e11ab5a20711e24a963b66a4974d1aaee Mon Sep 17 00:00:00 2001 From: John Wilger Date: Wed, 1 Nov 2023 21:20:23 -0700 Subject: [PATCH] Go back to much, much faster elixir setup for CI --- .github/workflows/elixir.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 89b967a..d1a0002 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -22,8 +22,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install tools from asdf config - uses: ai/asdf-cache-action@v1 + - name: Set up Elixir + uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + with: + elixir-version: '1.15.2' # [Required] Define the Elixir version + otp-version: '26.0' # [Required] Define the Erlang/OTP version - name: Restore dependencies cache uses: actions/cache@v3 with: