File tree 2 files changed +0
-5
lines changed 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ jobs:
196
196
uses : actions/checkout@v3
197
197
with :
198
198
fetch-depth : 0
199
- submodules : true
200
199
201
200
- uses : actions/download-artifact@v3
202
201
id : download
@@ -229,7 +228,6 @@ jobs:
229
228
uses : actions/checkout@v3
230
229
with :
231
230
fetch-depth : 0
232
- submodules : true
233
231
234
232
- name : Install Node.js v14
235
233
uses : actions/setup-node@v3
@@ -322,7 +320,6 @@ jobs:
322
320
uses : actions/checkout@v3
323
321
with :
324
322
fetch-depth : 0
325
- submodules : true
326
323
327
324
- name : Install Node.js v14
328
325
uses : actions/setup-node@v3
@@ -375,7 +372,6 @@ jobs:
375
372
uses : actions/checkout@v3
376
373
with :
377
374
fetch-depth : 0
378
- submodules : true
379
375
380
376
- name : Install Node.js v14
381
377
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ main() {
33
33
# HACK: the version of Typescript vscode 1.57 uses in extensions/
34
34
# leaves a few stray symlinks. Clean them up so nfpm does not fail.
35
35
# Remove this line when its no longer needed.
36
-
37
36
rm -fr " $RELEASE_PATH /lib/vscode/extensions/node_modules/.bin"
38
37
}
39
38
You can’t perform that action at this time.
0 commit comments