mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: improve gen-libc++-filenames output (#44424)
build: improve gen-libc++-filenames output
This commit is contained in:
@@ -132,6 +132,10 @@ jobs:
|
||||
with:
|
||||
path: src/electron
|
||||
fetch-depth: 0
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
cd src/electron
|
||||
node script/yarn install --frozen-lockfile
|
||||
- name: Default GN gen
|
||||
run: |
|
||||
cd src/electron
|
||||
|
||||
Reference in New Issue
Block a user