ソースを参照

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