You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/iwyu.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,14 @@ jobs:
90
90
brew install include-what-you-use pcre coreutils
91
91
brew list include-what-you-use
92
92
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
93
+
ls -l /usr/local/bin
93
94
94
95
# Fails on OpenSUSE:
95
96
# Warning: Failed to restore: Tar failed with error: Unable to locate executable file: tar. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
96
97
# Also the shell is broken afterwards:
97
98
# OCI runtime exec failed: exec failed: unable to start container process: exec: "sh": executable file not found in $PATH: unknown
99
+
#
100
+
# On macos-15 we need to perform the Python setup because the default installation is managed externally managed
0 commit comments