-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check version of clang/xcode, macos-14 switch to xcode 15.2
- Loading branch information
1 parent
2976a5e
commit 87f3514
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- name: git config credential.helper | ||
run: git config credential.helper | ||
|
||
- name: which clang | ||
- name: which clang/xcode | ||
run: clang --version | ||
|
||
- name: Brew install base dependencies | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- name: Brew link dependencies | ||
run: brew link [email protected] qt@5 berkeley-db@4 | ||
|
||
- name: which clang | ||
- name: which clang/xcode | ||
run: clang --version | ||
|
||
- name: Auto generate | ||
|
@@ -81,6 +81,9 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: get previous xcode and switch to it | ||
run: ls -la /Applications/Xcode* && sudo xcode-select -switch /Applications/Xcode_15.2.app | ||
|
||
- name: git config credential.helper | ||
run: git config credential.helper | ||
|
@@ -97,7 +100,7 @@ jobs: | |
- name: Brew link dependencies | ||
run: brew link --force boost qt@5 berkeley-db@4 libevent | ||
|
||
- name: which clang | ||
- name: which clang/xcode | ||
run: clang --version | ||
|
||
- name: export boost flags and run Auto generate | ||
|