Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 2ab31ff

Browse files
authored
🔊 Add debug logs for build
1 parent be7e8f4 commit 2ab31ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ jobs:
197197
continue-on-error: true
198198
run: yarn build --verbose
199199

200+
- name: Log
201+
continue-on-error: true
202+
run: |
203+
cat engine/mozbuild
204+
cat engine/.mozbuild
205+
200206
- name: Mach build
201207
run: |
202208
cd engine

0 commit comments

Comments
 (0)