We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b053ed4 commit b860de0Copy full SHA for b860de0
.github/workflows/windows.yml
@@ -44,15 +44,7 @@ jobs:
44
Import-Certificate -FilePath com0com.cer -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
45
./setupc.exe --silent install - -
46
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
-
54
- name: Install Mix dependencies
55
- if: steps.mix-cache.outputs.cache-hit != 'true'
56
run: mix deps.get
57
58
- name: mix test
0 commit comments