From 014838d6d7b370a0825ef320a0df30136d9ea0f1 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Jan 2025 00:01:32 +0800 Subject: fix ci for v3.0 --- tests/test_utils/test_build.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index 8a2b75ce9..cc4111552 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -4,8 +4,7 @@ function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") os.rm("build") - --os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") - os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") -- FIXME + os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") os.exec("xmake -r") end -- cgit v1.3.1