diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index e04cfc9..d620f2d 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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