mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-20 16:27:15 +02:00
ci(codeql): use setup-dependencies action
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
efa3392632
commit
1e617392ad
18
.github/workflows/codeql.yml
vendored
18
.github/workflows/codeql.yml
vendored
@ -63,22 +63,10 @@ jobs:
|
||||
queries: security-and-quality
|
||||
languages: cpp, java
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get -y update
|
||||
|
||||
sudo apt-get -y install ninja-build extra-cmake-modules scdoc
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
- name: Setup dependencies
|
||||
uses: ./.github/actions/setup-dependencies
|
||||
with:
|
||||
aqtversion: "==3.1.*"
|
||||
py7zrversion: ">=0.20.2"
|
||||
version: "6.8.1"
|
||||
host: "linux"
|
||||
target: "desktop"
|
||||
arch: ""
|
||||
modules: "qt5compat qtimageformats qtnetworkauth"
|
||||
tools: ""
|
||||
build-type: Debug
|
||||
|
||||
- name: Configure and Build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user