Skip to content

Commit

Permalink
Debug iOS ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed May 6, 2024
1 parent 01c8ca5 commit a545e56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ jobs:
uses: hendrikmuhs/ccache-action@v1
with:
key: iOS_${{ matrix.qt_version }}
max-size: 200M
max-size: 400M

- name: Build
working-directory: source
run: |
export CCACHE_LOGFILE="$PWD/ccache.log"
export QT_HOST_PATH="$(readlink -f "$Qt6_DIR/../macos")"
cmake --workflow --preset ${PRESET}
Expand All @@ -105,6 +106,12 @@ jobs:
name: iOS_${{ matrix.qt_version }}
path: build/qt6-iOS/maplibre-native-qt_*_iOS.tar.bz2

- name: Upload ccache log
uses: actions/upload-artifact@v4
with:
name: iOS_${{ matrix.qt_version }}_ccache
path: source/ccache.log

release:
name: Release
if: github.ref_type == 'tag'
Expand Down

0 comments on commit a545e56

Please sign in to comment.