Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Aug 5, 2024
1 parent 12dbf81 commit 075bb5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ inputs:
runs:
using: 'composite'
steps:
- run: echo ${{ secrets.gradleEncryptionKey }}
shell: bash
# On Windows/Linux runners temurin JDK 8, 11, 17, 21 are cached
# On macOS arm64 runners temurin JDK 11, 17, 21 are cached; temurin JDK 8 is not available to download
- uses: actions/setup-java@v4
Expand All @@ -32,6 +34,7 @@ runs:

cache-disabled: ${{ inputs.cache-disabled }}
cache-read-only: ${{ inputs.cache-read-only }}
cache-encryption-key: ${{ secrets.gradleEncryptionKey }}
- if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 075bb5b

Please sign in to comment.