Ver Fonte

Merge pull request #82 from DioxusLabs/jk/shorternci

chore: remove nightly as a windows compile target
Jonathan Kelley há 3 anos atrás
pai
commit
bdca790e45
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/windows.yml

@@ -26,7 +26,7 @@ jobs:
             x86_64-pc-windows-gnu,
             x86_64-pc-windows-msvc,
           ]
-        cfg_release_channel: [nightly, stable]
+        cfg_release_channel: [stable]
 
     steps:
       # The Windows runners have autocrlf enabled by default