Skip to content

Commit f671a79

Browse files
fix(ci): disable lean-action auto-build in linux-vulkan job
Same issue as lean-build: lean-action auto-builds @[default_target] hesper exe which requires libhesper_simd.a.
1 parent b4d5f87 commit f671a79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
8080
- name: Setup Lean
8181
uses: leanprover/lean-action@v1
82+
with:
83+
auto-config: false
8284

8385
- name: Cache Dawn build
8486
id: cache-dawn

0 commit comments

Comments
 (0)