mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 17:02:06 +08:00
Added step to install Qt in GitHub Actions
This commit is contained in:
parent
af768f44a7
commit
275dcf3fc0
9
.github/workflows/build-linux-cmake.yml
vendored
9
.github/workflows/build-linux-cmake.yml
vendored
@ -8,8 +8,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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
|
||||
run: cmake .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user