Added step to install Qt in GitHub Actions

This commit is contained in:
Itay Grudev 2020-01-03 10:18:30 +00:00 committed by GitHub
parent af768f44a7
commit 275dcf3fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Install Qt
uses: jurplel/install-qt-action@v2.2.1
with:
version: 5.12.6
- name: cmake - name: cmake
run: cmake . run: cmake .