Skip to content

Commit

Permalink
tror generate_vars må få javaversjon satt også
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Jan 9, 2024
1 parent 3e43152 commit b6d9e82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21.x'
- name: cache gradle wrapper
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b6d9e82

Please sign in to comment.