Skip to content

Commit

Permalink
ci: preinstall JDK for linux validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 27, 2023
1 parent fae286b commit 6716bf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ jobs:
useConfigFile: true
configFilePath: gitversion.yml

- uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'

- name: Install GTK+3
shell: pwsh
run: |
Expand Down

0 comments on commit 6716bf7

Please sign in to comment.