Skip to content

Commit c8fe61c

Browse files
committed
test: run B5 — macOS link via lld + DYLD forensics on macos-14 e2e
1 parent e306a45 commit c8fe61c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/temp-macos14-support.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ jobs:
213213
env:
214214
MCPP_HOME: /Users/runner/.mcpp
215215
run: |
216+
echo "=== DYLD/forensics: env ==="
217+
env | grep -i -E "dyld|library_path" || echo "(no dyld vars in env)"
216218
"$MCPP" new hello
217219
cd hello
218220
"$MCPP" build

0 commit comments

Comments
 (0)