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:
108
108
with :
109
109
node-version : " 14"
110
110
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-
119
119
120
120
- name : Install dependencies
121
- if : steps.cache-yarn.outputs.cache-hit != 'true'
121
+ # if: steps.cache-yarn.outputs.cache-hit != 'true'
122
122
run : yarn --frozen-lockfile
123
123
124
124
- name : Build code-server
You can’t perform that action at this time.
0 commit comments