Skip to content

Commit 2306b9d

Browse files
committed
issue/170: modified ci
1 parent 0f73dd8 commit 2306b9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: xmake f -cv
3636

3737
- name: build with xmake
38-
run: xmake build
38+
run: xmake build -y
3939

4040
- name: install to INFINI_ROOT
4141
if: matrix.os != 'windows-latest'

xmake/cpu.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
add_requires("lapack", {configs = {shared = true}})
1+
if not is_plat("windows") then
2+
add_requires("lapack", {configs = {shared = true}})
3+
end
24
target("infiniop-cpu")
35
set_kind("static")
46
add_deps("infini-utils")

0 commit comments

Comments
 (0)