Browse Source

debug: disable cache node modules temporally

Tienson Qin 4 years ago
parent
commit
640d447b3b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/build-desktop-release.yml

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

@@ -140,12 +140,12 @@ jobs:
         with:
           node-version: 16
 
-      - name: Cache Node Modules
-        uses: actions/cache@v2
-        with:
-          path: |
-            **/node_modules
-          key: ${{ runner.os }}-node-modules
+      # - name: Cache Node Modules
+      #   uses: actions/cache@v2
+      #   with:
+      #     path: |
+      #       **/node_modules
+      #     key: ${{ runner.os }}-node-modules
 
       - name: Build/Release Electron app
         run: yarn install  && yarn electron:make