Pārlūkot izejas kodu

Exclude mobile from ci

Jonathan Kelley 1 gadu atpakaļ
vecāks
revīzija
a8eaf3da72
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Makefile.toml

+ 2 - 0
Makefile.toml

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