Skip to content

Commit

Permalink
java version update for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Sep 19, 2023
1 parent a454a3b commit ea32387
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,9 @@ jobs:
# Install build tools
sudo apt-get install -qq -y ccache \
ninja-build \
valgrind
valgrind \
openjdk-17-jdk \
openjdk-17-jre
sudo apt-get install -qq -y libace-dev \
libsqlite3-dev \
Expand Down Expand Up @@ -1576,7 +1578,9 @@ jobs:
# Install build tools
sudo apt-get install -qq -y ccache \
ninja-build \
valgrind
valgrind \
openjdk-17-jdk \
openjdk-17-jre
sudo apt-get install -qq -y libace-dev \
libsqlite3-dev \
Expand Down Expand Up @@ -1783,7 +1787,9 @@ jobs:
# Install build tools
sudo apt-get install -qq -y ccache \
ninja-build \
valgrind
valgrind \
openjdk-17-jdk \
openjdk-17-jre
sudo apt-get install -qq -y libace-dev \
libsqlite3-dev \
Expand Down

0 comments on commit ea32387

Please sign in to comment.