From 3c1eddb011cb3b7a3635fb9c6c93da1b2cf4ca17 Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Sun, 5 May 2024 08:37:41 -1000 Subject: [PATCH] fix workflow? --- .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 cfa70d4..2cb700f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: ~/.mix _build deps - key: ${{ runner.os }}-otp-${{ matrix.otp}}-elixir-${{ maxtrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }} + key: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('**/mix.lock') }} - name: Install inotify run: sudo apt-get install inotify-tools - name: Install Dependencies