Skip to content

Commit

Permalink
Add QT installation
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 13, 2023
1 parent f819533 commit 325df3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/synopsys-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
COVERITY_PROJECT: franziska-wegner/egoa
BLDCMD: mvn -B clean package -DskipTests
CHECKERS: --webapp-security
QT_VERSION: "6.2.0"

steps:
- name: Checkout EGOA
Expand Down Expand Up @@ -75,6 +76,14 @@ jobs:
echo "$(pwd)/cov-scan/bin" >> $GITHUB_PATH
echo "NPROC=$(getconf _NPROCESSORS_ONLN)" >> $GITHUB_ENV
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
cache: 'true'
cache-key-prefix: ${{ runner.os }}-Qt-Cache-${{ env.QT_VERSION }}
dir: ${{ github.workspace }}/Qt

- name: Configure egoa
run: |
mkdir build
Expand Down

0 comments on commit 325df3b

Please sign in to comment.