From 03e200a3b1ff05d08b50774c09ceffe8eea6cbfa Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:02:13 +0000 Subject: [PATCH] chore: Experiment with cache job --- .mash.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/.mash.exs b/.mash.exs index 043bc6c..ba66dc3 100644 --- a/.mash.exs +++ b/.mash.exs @@ -11,6 +11,7 @@ defmodule MashConfig do }, %{ name: :compile_dev, + needs: [:restore_cache], run: mix("compile", [], env: [{"MIX_ENV", "dev"}]) }, %{