Skip to content

Commit cbded29

Browse files
committed
ci(temp): MCPP_VERBOSE=1 to surface install() hook error on macOS
macOS install() dies before cmake (no build log) and the error is invisible under xim interface mode. MCPP_VERBOSE should surface the hook's error detail (fetch failure reason). Temp, for macOS multi-platform debug.
1 parent 6d20819 commit cbded29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
shell: bash
191191
env:
192192
MCPP_INDEX_MIRROR: GLOBAL
193+
MCPP_VERBOSE: "1" # TEMP: surface install() hook error detail for macOS debug
193194
run: |
194195
"$MCPP" --version
195196
# No `timeout` wrapper: absent on macOS runners; job-level timeout-minutes bounds it.

0 commit comments

Comments
 (0)