mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Don't restore partial deps cache on Windows CI
This commit is contained in:
parent
b15f1664b6
commit
241b202714
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -95,8 +95,9 @@ jobs:
|
|||
deps
|
||||
_build
|
||||
key: ${{ runner.os }}-mix-${{ env.elixir }}-${{ env.otp }}-${{ hashFiles('**/mix.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-mix-${{ env.elixir }}-${{ env.otp }}-
|
||||
# Reinstalling deps fails on Windows in rare cases, so we always use a new cache
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-mix-${{ env.elixir }}-${{ env.otp }}-
|
||||
- name: Install mix dependencies
|
||||
run: mix deps.get
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue