Skip to content

update reference to support@algolia.com to new ticket link #222

update reference to support@algolia.com to new ticket link

update reference to support@algolia.com to new ticket link #222

Workflow file for this run

name: Carthage
on:
pull_request:
jobs:
check:
runs-on: macos-12
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: Initialize Cartfile
run: |
tee Cartfile <<<"github \"algolia/algoliasearch-client-swift\" \"${{ github.head_ref }}\""
carthage update --no-build
sh ./Carthage/Checkouts/algoliasearch-client-swift/carthage-prebuild
carthage build --use-xcframeworks --platform ios