Skip to content

Commit

Permalink
fix: use JVM v17 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Jan 31, 2024
1 parent 5592d5c commit 8862d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 8862d6b

Please sign in to comment.