Skip to content

Commit

Permalink
Disable ccache for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Aug 31, 2024
1 parent 02ffd8f commit b3e0024
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
matrix:
include:
- qt_version: 6.5.3
preset: iOS-ccache
preset: iOS
- qt_version: 6.6.3
preset: iOS-ccache
preset: iOS
- qt_version: 6.7.2
preset: iOS-ccache
preset: iOS

env:
PRESET: ${{ matrix.preset }}
Expand Down Expand Up @@ -80,12 +80,6 @@ jobs:
- name: Setup ninja
uses: seanmiddleditch/gha-setup-ninja@v5

- name: Set up ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: iOS_${{ matrix.qt_version }}
max-size: 200M

- name: Build
working-directory: source
run: |
Expand Down

0 comments on commit b3e0024

Please sign in to comment.