File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,6 @@ jobs:
233233 command : yarn install --frozen-lockfile
234234 - name : Compile TypeScript
235235 run : yarn tsc
236- - name : Build native
237- run : cd packages/cubejs-backend-native && npm run native:build-release
238236 - name : Build native (fallback)
239237 if : (matrix.python-version == 'fallback')
240238 run : cd packages/cubejs-backend-native && npm run native:build-release
@@ -329,8 +327,6 @@ jobs:
329327 command : yarn install --frozen-lockfile
330328 - name : Compile TypeScript
331329 run : yarn tsc
332- - name : Build native
333- run : cd packages/cubejs-backend-native && npm run native:build-release
334330 - name : Build native (fallback)
335331 if : (matrix.python-version == 'fallback')
336332 run : cd packages/cubejs-backend-native && npm run native:build-release
You can’t perform that action at this time.
0 commit comments