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

build: improve gen-libc++-filenames output
This commit is contained in:
Shelley Vohr
2024-10-29 09:59:10 +01:00
committed by GitHub
parent 214c8228ed
commit 46561fc5bc
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