ci(mac): build with 5.15.2 explicitly

This commit is contained in:
Gary Wang 2021-03-09 21:41:51 +08:00
parent 6d460a27d7
commit 7e7c36ea72

View File

@ -10,7 +10,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2.10.0 uses: jurplel/install-qt-action@v2
with:
version: '5.15.2'
- name: Run a qt project - name: Run a qt project
run: | run: |
cmake ./ cmake ./