Skip to content

Commit

Permalink
Debug GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Nov 7, 2023
1 parent c0a1b71 commit 7e16edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/opamStd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ module OpamSys = struct
in
lazy (
let lazy ancestors = windows_process_ancestry in
if Sys.getenv_opt "SHELL" = None then
Printf.eprintf "Ancestry:\n %s\n%!" (String.concat "\n " (List.map snd ancestors));
match OpamList.filter_map categorize_process ancestors with
| [] -> None
| Accept most_relevant_shell :: _ -> Some most_relevant_shell
Expand Down

0 comments on commit 7e16edf

Please sign in to comment.