Jonathan Kelley 2 лет назад
Родитель
Сommit
3c8c6883f7
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      .github/workflows/windows.yml

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

@@ -64,18 +64,18 @@ jobs:
         if: matrix.target == 'x86_64-pc-windows-gnu' && matrix.channel == 'nightly'
         shell: bash
 
-      - name: checkout
-        uses: actions/checkout@v3
-        with:
-          path: C:/dioxus.git
-          fetch-depth: 1
+      # - name: checkout
+      #   uses: actions/checkout@v3
+      #   with:
+      #     path: C:/dioxus.git
+      #     fetch-depth: 1
 
       #  we need to use the C drive as the working directory
 
-      # - name: Checkout
-      #   run: |
-      #     mkdir C:/dioxus.git
-      #     git clone https://github.com/dioxuslabs/dioxus.git C:/dioxus.git --depth 1
+      - name: Checkout
+        run: |
+          mkdir C:/dioxus.git
+          git clone https://github.com/dioxuslabs/dioxus.git C:/dioxus.git --depth 1
 
       - name: test
         working-directory: C:/dioxus.git