diff options
| author | ruki <[email protected]> | 2021-01-03 08:49:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-03 08:49:09 +0800 |
| commit | 63722e7f41c83ec3baabec203f325b29f5709615 (patch) | |
| tree | 889dcd3128bbe1d3b3c17f8a517855df97637e4f /tests/projects/package/basic/test.lua | |
| parent | a4730d01f05e7384a20d228ab3066d3ae923bdeb (diff) | |
fix ci for package tests
Diffstat (limited to 'tests/projects/package/basic/test.lua')
| -rw-r--r-- | tests/projects/package/basic/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/basic/test.lua b/tests/projects/package/basic/test.lua index e834ab984..5050f2dd4 100644 --- a/tests/projects/package/basic/test.lua +++ b/tests/projects/package/basic/test.lua @@ -1,5 +1,5 @@ function main(t) - if is_plat(os.subhost()) then + if is_plat(os.subhost()) and is_arch(os.subarch()) then t:build() end end |
