From f8645a166a1c5763617b4b3a7b0145eac21af36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Mon, 5 Feb 2024 15:12:04 +0100 Subject: [PATCH] Install Elixir --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b52632a..8d37b97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: erlef/setup-beam@v1 + with: + version-file: .tool-versions + version-type: strict - name: Installation Python 3.12 uses: actions/setup-python@v5 with: