mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Fix Windows CI
This commit is contained in:
parent
f31692aa31
commit
4c0985e39c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -99,6 +99,8 @@ jobs:
|
|||
# Reinstalling deps fails on Windows in rare cases, so we always use a new cache
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-mix-${{ env.elixir }}-${{ env.otp }}-
|
||||
# Setup nmake, in case we need to compile Pythonx from source
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install mix dependencies
|
||||
run: mix deps.get
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Reference in a new issue