Skip to content

Commit

Permalink
run help during gradle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Sep 24, 2023
1 parent e80ed24 commit c9963a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ runs:
- name: Setup gradle
uses: gradle/gradle-build-action@v2
with:
# run `help` to force downloading K/N compiling when configuration cache enabled
arguments: help
cache-disabled: ${{ inputs.cache-disabled }}
cache-read-only: ${{ inputs.cache-read-only }}
# disabled on windows because of issue with long paths
Expand Down

0 comments on commit c9963a2

Please sign in to comment.