forked from organicmaps/organicmaps
[github] Fixed failed iOS action due to removed repo dependency
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
7cf0b2c2a6
commit
68f61a7c51
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ios-check.yaml
vendored
8
.github/workflows/ios-check.yaml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue