Skip to content

Commit

Permalink
[ios ci] purge cache immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Jan 7, 2024
1 parent 76115f5 commit 51f8888
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
id: grant_gradle_permission
run: chmod +x gradlew

# Purge cache
- name: Purge cache
id: purge_cache
uses: MyAlbum/purge-cache@v2
with:
accessed: true
max-age: 1

# Caching gradle packages
- uses: actions/cache@v3
name: Cache Gradle for quicker builds
Expand Down

0 comments on commit 51f8888

Please sign in to comment.