Skip to content

Commit 3c1bb9c

Browse files
committed
降级 XMake 需求版本(CI 环境版本较低)
1 parent 960ec64 commit 3c1bb9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set_xmakever("3.0.4")
1+
set_xmakever("2.8.0")
22

33
option("EMDEVIF_TEST_FRAMEWORK_TEST_NAME", {description = "Select which test to run."})
44

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set_xmakever("3.0.4")
1+
set_xmakever("2.8.0")
22

33
target("emdevif_test_framework", function ()
44
set_kind("static")

0 commit comments

Comments
 (0)