File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747 uses : actions/cache@v3
4848 with :
4949 path : |
50- / apps/**/deps
51- / apps/**/_build
50+ apps/**/deps
51+ apps/**/_build
5252
5353 key : ${{ runner.os }}-mix-${{ env.DEFAULT_ELIXIR }}-${{ env.DEFAULT_OTP }}-${{ hashFiles('/apps/**/mix.lock') }}
5454 restore-keys : |
@@ -110,8 +110,8 @@ jobs:
110110 cache-name : cache-elixir-deps-1
111111 with :
112112 path : |
113- deps
114- _build
113+ apps/**/ deps
114+ apps/**/ _build
115115
116116 key : ${{ runner.os }}-mix-${{ env.DEFAULT_ELIXIR }}-${{ env.DEFAULT_OTP }}-${{ hashFiles('**/mix.lock') }}
117117 restore-keys : |
@@ -194,8 +194,8 @@ jobs:
194194 uses : actions/cache@v3
195195 with :
196196 path : |
197- / apps/**/deps
198- / apps/**/_build
197+ apps/**/deps
198+ apps/**/_build
199199
200200 key : ${{ runner.os }}-mix-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('/apps/**/mix.lock') }}
201201 restore-keys : |
You can’t perform that action at this time.
0 commit comments