Skip to content

Commit bfe0794

Browse files
committed
WIP
1 parent f9848b3 commit bfe0794

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646

4747
# We need to manually restore and then save, so that we can save the "_build" directory
4848
# *without* the Elixir compiled code in it.
49-
- name: Restore Mix dependencies cache
50-
uses: actions/cache/restore@v4
51-
id: mix-deps-cache
52-
with:
53-
path: |
54-
_build
55-
deps
56-
key: |
57-
${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
58-
restore-keys: |
59-
${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-
49+
# - name: Restore Mix dependencies cache
50+
# uses: actions/cache/restore@v4
51+
# id: mix-deps-cache
52+
# with:
53+
# path: |
54+
# _build
55+
# deps
56+
# key: |
57+
# ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
58+
# restore-keys: |
59+
# ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-
6060

6161
- name: Install and compile Mix dependencies
6262
if: steps.mix-deps-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)