From 2afa719bd1b2b031e0a0d636a2a71337398f3cd6 Mon Sep 17 00:00:00 2001 From: Richard Dominick <34370238+RichDom2185@users.noreply.github.com> Date: Thu, 30 Nov 2023 05:19:45 +0800 Subject: [PATCH] Update comment --- .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 ea649291d..48eb1e6c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: path: | _build priv/plts - # Elixir is smart enough to know what needs to be recompiled + # Elixir is smart enough to know what needs to be recompiled automatically key: 1-${{ runner.os }}-erlang-${{ env.OTP_VERSION }}-elixir-${{ env.ELIXIR_VERSION }} - name: Setup Elixir uses: erlef/setup-beam@v1