Skip to content

Commit

Permalink
Upgrade java version for sonar-scanner
Browse files Browse the repository at this point in the history
- Not sure if this will solve the problem, but I don't think it should make it worse
  • Loading branch information
shinymerlyn committed Mar 11, 2024
1 parent 80d4c52 commit 64d9371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ runner.os }}-dnfcache
- name: Install pre-requisites
run: dnf --assumeyes --setopt=install_weak_deps=False install
gcc-c++ cmake make /usr/bin/git java-11-openjdk-headless curl unzip
gcc-c++ cmake make /usr/bin/git java-17-openjdk-headless curl unzip
'pkgconfig(gl)' 'pkgconfig(glu)'
'pkgconfig(sdl2)' 'pkgconfig(SDL2_net)'
'pkgconfig(gtk+-2.0)' 'pkgconfig(ogg)' 'pkgconfig(vorbis)'
Expand Down

0 comments on commit 64d9371

Please sign in to comment.