Skip to content

Commit b860de0

Browse files
committed
Remove mix deps cache on Windows
1 parent b053ed4 commit b860de0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,7 @@ jobs:
4444
Import-Certificate -FilePath com0com.cer -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
4545
./setupc.exe --silent install - -
4646
47-
- name: Retrieve Mix Dependencies Cache
48-
uses: actions/cache@v3
49-
id: mix-cache
50-
with:
51-
path: deps
52-
key: ${{ runner.os }}-28-1.19-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
53-
5447
- name: Install Mix dependencies
55-
if: steps.mix-cache.outputs.cache-hit != 'true'
5648
run: mix deps.get
5749

5850
- name: mix test

0 commit comments

Comments
 (0)