Skip to content

Commit d2924de

Browse files
committed
test
1 parent 6c218f0 commit d2924de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/iwyu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
run: |
105105
set -x
106106
107-
wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/master/mapgen/iwyu-mapgen-apple-libc.py
107+
wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/6b7a7d15652277555e6d3e22e160e044f5bb170a/mapgen/iwyu-mapgen-apple-libc.py
108+
#wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/master/mapgen/iwyu-mapgen-apple-libc.py
108109
python3 iwyu-mapgen-apple-libc.py $(xcrun --show-sdk-path)/usr/include > macos.imp
109110
110111
- name: Prepare CMake

0 commit comments

Comments
 (0)