浏览代码

Exclude mobile from ci

Jonathan Kelley 1 年之前
父节点
当前提交
a8eaf3da72
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile.toml

+ 2 - 0
Makefile.toml

@@ -105,6 +105,8 @@ args = [
   "dioxus-router",
   "--exclude",
   "dioxus-desktop",
+  "--exclude",
+  "dioxus-mobile",
 ]
 private = true