Skip to content

Commit deef73d

Browse files
committed
...
1 parent 74f3564 commit deef73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Tests
4040
run: |
41-
xmake lua -v -D tests/run.lua
41+
xmake lua -v -D tests/run.lua toolchain_muslcc
4242
xrepo --version
4343
4444
- name: Artifact

tests/test_utils/test_build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local test_build = {}
22

33
function test_build:build(argv)
4-
os.exec("xmake f -c -D -y")
4+
os.exec("xmake f -c -vD -y")
55
os.exec("xmake")
66
os.rm("build")
77
os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")

0 commit comments

Comments
 (0)