Skip to content

Commit

Permalink
Yaml is not a programming language
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Sep 23, 2023
1 parent c71e923 commit 43d6360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ runs:
uses: gradle/[email protected]
with:
cache-read-only: false
- name: Download Gradle Wrapper and print version
run: |
- name: Download Gradle Wrapper and print version
run: |
# Retry 3 times before the steps actually fails
(echo "==== Gradle Wrapper Download Attempt: 1 ====" && ./gradlew --version) || \
(echo "==== Gradle Wrapper Download Attempt: 2 ====" && ./gradlew --version) || \
Expand Down

0 comments on commit 43d6360

Please sign in to comment.