Update c-cpp.yml
Try nr 2
This commit is contained in:
12
.github/workflows/c-cpp.yml
vendored
12
.github/workflows/c-cpp.yml
vendored
@@ -16,21 +16,19 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Qt
|
- name: Install QT
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
qt-version: '6.2.0'
|
version: '6.2.0'
|
||||||
|
|
||||||
- name: Configure project
|
- name: Configure project
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake .
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
cd build
|
make install
|
||||||
make
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user