build: improve gen-libc++-filenames output (#44442)

build: improve gen-libc++-filenames output

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2024-10-29 14:16:07 +01:00
committed by GitHub
parent 91fb7ff6e3
commit bc90b60005
2 changed files with 39 additions and 5 deletions

View File

@@ -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