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
|
queries: security-and-quality
|
||||||
languages: cpp, java
|
languages: cpp, java
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Setup dependencies
|
||||||
run: sudo apt-get -y update
|
uses: ./.github/actions/setup-dependencies
|
||||||
|
|
||||||
sudo apt-get -y install ninja-build extra-cmake-modules scdoc
|
|
||||||
|
|
||||||
- name: Install Qt
|
|
||||||
uses: jurplel/install-qt-action@v3
|
|
||||||
with:
|
with:
|
||||||
aqtversion: "==3.1.*"
|
build-type: Debug
|
||||||
py7zrversion: ">=0.20.2"
|
|
||||||
version: "6.8.1"
|
|
||||||
host: "linux"
|
|
||||||
target: "desktop"
|
|
||||||
arch: ""
|
|
||||||
modules: "qt5compat qtimageformats qtnetworkauth"
|
|
||||||
tools: ""
|
|
||||||
|
|
||||||
- name: Configure and Build
|
- name: Configure and Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user