From 9ccf51167b7a258272ab58c783b87388bff76818 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 14 May 2021 10:28:13 +0100 Subject: [PATCH] Try to solve an issue via a ver.bump (I'm not sure this will fix it, but IIRC gleam-lang/setup-erlang is pulling from ESL and that contains a proper 24.0) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36041ec..fd76f33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: gleam-lang/setup-erlang@v1.0.0 + - uses: gleam-lang/setup-erlang@v1.1.2 with: otp-version: ${{ matrix.otp_version }}