File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -108,17 +108,17 @@ jobs:
108108 with :
109109 node-version : " 14"
110110
111- - name : Fetch dependencies from cache
112- id : cache-yarn
113- uses : actions/cache@v2
114- with :
115- path : " **/node_modules"
116- key : yarn-build-${{ hashFiles('**/yarn.lock') }}
117- restore-keys : |
118- yarn-build-
111+ # - name: Fetch dependencies from cache
112+ # id: cache-yarn
113+ # uses: actions/cache@v2
114+ # with:
115+ # path: "**/node_modules"
116+ # key: yarn-build-${{ hashFiles('**/yarn.lock') }}
117+ # restore-keys: |
118+ # yarn-build-
119119
120120 - name : Install dependencies
121- if : steps.cache-yarn.outputs.cache-hit != 'true'
121+ # if: steps.cache-yarn.outputs.cache-hit != 'true'
122122 run : yarn --frozen-lockfile
123123
124124 - name : Build code-server
You can’t perform that action at this time.
0 commit comments