Skip to content

Commit

Permalink
[feature/add-feature/add-ios-ci-script] Add gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Dec 18, 2023
1 parent baf6dc6 commit ca73df1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/iosBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
distribution: zulu
cache: gradle

- name: Gradle cache
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 'latest-stable'
Expand Down

0 comments on commit ca73df1

Please sign in to comment.