mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fix indentation
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -97,11 +97,11 @@ jobs:
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Compile /build/ folder
|
||||
# this normally executes as a postinstall script, but if the cache is hit above,
|
||||
# yarn will not execute at all. Therefore, we manually launch it if necessary
|
||||
if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }}
|
||||
run: yarn run compile
|
||||
working-directory: ./build
|
||||
# this normally executes as a postinstall script, but if the cache is hit above,
|
||||
# yarn will not execute at all. Therefore, we manually launch it if necessary
|
||||
if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }}
|
||||
run: yarn run compile
|
||||
working-directory: ./build
|
||||
|
||||
- name: Download Electron
|
||||
run: yarn electron x64
|
||||
|
||||
Reference in New Issue
Block a user