Skip to content

Commit 330bb5a

Browse files
authored
Debug
1 parent 7e9d3fd commit 330bb5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ jobs:
303303
echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
304304
echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
305305
echo 'LIBRARY_PATH="/opt/homebrew/lib/"' >> $GITHUB_ENV
306-
echo 'DEVELOPER_DIR=/Applications/Xcode15.4.app/Contents/Developer/' >> $GITHUB_ENV
306+
dir /Applications/
307+
echo 'DEVELOPER_DIR=/Applications/Xcode_15.4.app/Contents/Developer/' >> $GITHUB_ENV
307308
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
308309
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
309310
else

0 commit comments

Comments
 (0)