Skip to content

Commit 014838d

Browse files
committed
fix ci for v3.0
1 parent c61d7bb commit 014838d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_utils/test_build.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ function test_build:build(argv)
44
os.exec("xmake f -c -D -y")
55
os.exec("xmake")
66
os.rm("build")
7-
--os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
8-
os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") -- FIXME
7+
os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
98
os.exec("xmake -r")
109
end
1110

0 commit comments

Comments
 (0)