Skip to content

Commit 756c091

Browse files
committed
macos
1 parent 72098bd commit 756c091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/iwyu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,14 @@ jobs:
9090
brew install include-what-you-use pcre coreutils
9191
brew list include-what-you-use
9292
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
93+
ls -l /usr/local/bin
9394
9495
# Fails on OpenSUSE:
9596
# 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.
9697
# Also the shell is broken afterwards:
9798
# 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
98101
- name: Install Qt ${{ env.QT_VERSION }}
99102
uses: jurplel/install-qt-action@v4
100103
with:

0 commit comments

Comments
 (0)