Skip to content

Commit e256a32

Browse files
committed
fix ci file
1 parent 6dfa4b7 commit e256a32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Restore deps and _build cache
3232
uses: actions/cache@v4
3333
with:
34-
path: |
35-
deps
36-
_build
37-
key: deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
38-
restore-keys: |
39-
deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}
34+
path: |
35+
deps
36+
_build
37+
key: deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
38+
restore-keys: |
39+
deps-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}
4040
4141
- name: Remove compiled application files
4242
run: mix clean

0 commit comments

Comments
 (0)