Fix file name.

develop
Roman Telezhynskyi 2023-02-24 14:32:43 +02:00
parent db67a484b9
commit cce962ff66
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ for:
init:
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
- sudo xcode-select -p
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
- sudo xcode-select -s /Applications/Xcode-$XCODE_VERSION.app
- sudo xcode-select -p
- brew update > /dev/null
- brew install coreutils qbs cmake
@ -503,7 +503,7 @@ for:
init:
- find /Applications -maxdepth 1 -type d -name 'Xcode*.ap
- sudo xcode-select -p
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
- sudo xcode-select -s /Applications/Xcode-$XCODE_VERSION.app
- sudo xcode-select -p
- clang --version
- ${QT}/qmake --version