We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52781c2 commit 32fd80aCopy full SHA for 32fd80a
.github/workflows/ci.yml
@@ -145,6 +145,7 @@ jobs:
145
- name: Build GiNaC (Windows)
146
if: runner.os == 'Windows'
147
run: |
148
+ lake clean
149
bash ./scripts/build_cln.sh
150
bash ./scripts/build_ginac.sh
151
- name: lake build
lakefile.lean
@@ -18,9 +18,6 @@ package «GinacLean» where
18
19
lean_lib «GinacLean» where
20
roots := #[`Ginac]
21
- moreLinkArgs := #[s!"-L{__dir__}/.lake/build/lib",
22
- "-lginac_ffi",
23
- "-lstdc++"]
24
extraDepTargets := #[`libginac_ffi]
25
26
@[default_target]
0 commit comments