fix: ci: use elan's lake to build (for now)
Reason: `leanmake` build is broken due to bad dep inference
This commit is contained in:
parent
53ad51e984
commit
44cc860c82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Check Lean
|
||||
run: lean --version
|
||||
- name: Build & Time
|
||||
run: ./time.sh -j4
|
||||
run: time lake build
|
||||
- name: Upload Build
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue