Skip to content

Commit

Permalink
ci: fix path of script
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Oct 4, 2023
1 parent 41209a1 commit 632c56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
- run: .ci-scripts/ci_clear_gradle_cache.sh
- uses: actions/cache@v3
with:
path: |
Expand All @@ -53,7 +54,7 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
- run: ./ci_clear_gradle_cache.sh
- run: .ci-scripts/ci_clear_gradle_cache.sh
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 632c56d

Please sign in to comment.