Skip to content

Commit

Permalink
update gradle version for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jun 7, 2024
1 parent 76a69be commit 7957089
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/build-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@ runs:
with:
key: compiler-cache-${{ inputs.build-artifact }}

- name: setup java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Setup Gradle 8.5
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.5



- name: Build TiGL
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 7957089

Please sign in to comment.