liuyuqi-dellpc 2 years ago
parent
commit
83263e6dc9
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/build.yml

+ 6 - 6
.github/workflows/build.yml

@@ -8,7 +8,7 @@ jobs:
   build:
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ windows-latest]
     runs-on: ${{matrix.os}}
     steps:
       - uses: actions/checkout@v2
@@ -55,11 +55,11 @@ jobs:
           flutter config --enable-windows-desktop
           flutter build windows
       
-      - name: Build linux
-        if: ${{ runner.os == 'Linux'}}
-        run: |
-          flutter config --enable-linux-desktop
-          flutter build linux
+      # - name: Build linux
+      #   if: ${{ runner.os == 'Linux'}}
+      #   run: |
+      #     flutter config --enable-linux-desktop
+      #     flutter build linux
 
       # output some file:
       - name: artifact