[github] Fixed failed iOS action due to removed repo dependency

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-03-23 01:39:37 +01:00 committed by Alexander Borsuk
parent 7cf0b2c2a6
commit 68f61a7c51

View file

@ -62,17 +62,17 @@ jobs:
shell: bash
run: ./configure.sh
- name: Configure ccache
uses: mikehardy/buildcache-action@v2.1.0
- name: Configure XCode cache
uses: irgaly/xcode-cache@v1
with:
cache_key: ${{ github.workflow }}-${{ matrix.buildType }}
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ matrix.buildType }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ matrix.buildType }}
- name: Compile
shell: bash
# Check for compilation errors.
run: |
xcodebuild \
CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ \
-workspace xcode/omim.xcworkspace \
-scheme OMaps \
-configuration ${{ matrix.buildType }} build \