Fix building issues with XCode
This commit is contained in:
parent
6f5385fe4a
commit
440b0123f2
7 changed files with 13 additions and 68 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
|
||||
SWIFTFORMAT_VERSION="0.49.*"
|
||||
|
||||
if [[ "${CI}" == "true" ]]; then
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
SWIFTLINT_VERSION="0.46.*"
|
||||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
|
||||
|
||||
SWIFTLINT_VERSION="0.47.*"
|
||||
|
||||
if [[ "${CI}" == "true" ]]; then
|
||||
echo "Running in a Continuous Integration environment. Linting is skipped."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue