Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f469a97

Browse files
committed
wip
1 parent 9463e8f commit f469a97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure/posix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- bash: |
3939
set -e
4040
echo $PATH
41+
if [ `uname` == 'Darwin' ]; then
42+
find /Users/runner/hostedtoolcache/Python -name Python.h
43+
fi
4144
4245
if [ "$BUILD_REASON" == "Schedule" ]; then
4346
BUILD_COMMIT=$NIGHTLY_BUILD_COMMIT

0 commit comments

Comments
 (0)