mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Do ls voodoo to get xcode-select to work?
This commit is contained in:
@@ -2,6 +2,7 @@ steps:
|
||||
- bash: |
|
||||
set -e
|
||||
uname -a
|
||||
ls -laF /Applications
|
||||
sudo xcode-select -switch ${XCODE_APP}
|
||||
which clang++
|
||||
displayName: Install
|
||||
|
||||
Reference in New Issue
Block a user