diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670e4d93b..b18579772 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: with: submodules: true show-progress: false - - run: sudo xcode-select --switch /Applications/Xcode_15.3.app + - run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer + - run: swift --version - run: cargo install cargo-lipo - run: set -o pipefail && xcodebuild -workspace deltachat-ios.xcworkspace -scheme deltachat-ios -destination "platform=iOS Simulator,name=iPhone SE (3rd generation)" | xcbeautify --renderer github-actions