mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update codeql-analysis.yml
This commit is contained in:
parent
503de0c524
commit
20833dabd9
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
analyze:
|
||||
name: '💭 Analyze'
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
@ -43,8 +43,7 @@ jobs:
|
||||
- name: '⚙️ Install Qt'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 6.2.0
|
||||
modules: qtserialport qt5compat
|
||||
version: 5.15.2
|
||||
aqtversion: '==2.0.0'
|
||||
cached: ${{steps.cache-qt.outputs.cache-hit}}
|
||||
|
||||
@ -56,7 +55,7 @@ jobs:
|
||||
- name: '🚧 Compile application'
|
||||
run: |
|
||||
qmake ${{env.QMAKE_PROJECT}} CONFIG+=release PREFIX=/usr
|
||||
make -j8
|
||||
make -j16
|
||||
|
||||
- name: '💭 Perform CodeQL Analysis'
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user