fix(ci): Update macos.yml to use the most recent install-qt-action (#11)
This commit is contained in:
parent
338aa646b9
commit
7a19d41aeb
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2.2.1
|
uses: jurplel/install-qt-action@v2.10.0
|
||||||
- name: Run a qt project
|
- name: Run a qt project
|
||||||
run: |
|
run: |
|
||||||
cmake ./
|
cmake ./
|
||||||
|
|
Loading…
Reference in New Issue
Block a user