Skip to content

Commit

Permalink
Modified ci runner to use java 17 for sonar scan
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Nov 3, 2023
1 parent 0063ca4 commit 6161d63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: |
cd build
cmake .. -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_INSTALL_PREFIX=AppDir/usr -DIS_RUNNING_IN_CI=ON -DCMAKE_UNITY_BUILD=ON
- name: Linter (QML)
run: |
cd build
Expand Down Expand Up @@ -260,6 +260,11 @@ jobs:
sudo apt install -qq mesa-common-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev libjpeg-turbo8-dev libtiff-dev libnss3-dev libopenjp2-7-dev libboost-dev libcairo2-dev libcurl4-openssl-dev python3-setuptools patchelf libasound2-dev libsecret-1-dev gnome-keyring dbus-x11 libxcb-cursor0
sudo pip3 install gcovr
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"

- name: Unlock Keyring
uses: t1m0thyj/unlock-keyring@v1

Expand Down

0 comments on commit 6161d63

Please sign in to comment.