mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
Update msvc-codeanalysis.yml
added install-qt-qction
This commit is contained in:
parent
1fb3559543
commit
d4fe9bffdf
8
.github/workflows/msvc-codeanalysis.yml
vendored
8
.github/workflows/msvc-codeanalysis.yml
vendored
@ -22,6 +22,14 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.5.0'
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }} "-DJKQtPlotter_BUILD_EXAMPLES:BOOL=OFF"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user