1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00

use specific path

This commit is contained in:
jared 2020-12-01 20:54:20 +08:00
parent 1d2cab9779
commit 808cf0ed3f

View File

@ -88,7 +88,7 @@ jobs:
- name: Install Qt
# if: steps.WindowsCacheQt.outputs.cache-hit != 'true'
# 使用外部action。这个action专门用来安装Qt
uses: jurplel/install-qt-action@v2.7.1
uses: jurplel/install-qt-action@v2.10.0
with:
# Version of Qt to install
version: ${{ matrix.qt_ver }}
@ -96,8 +96,8 @@ jobs:
target: ${{ matrix.qt_target }}
# Architecture for Windows/Android
arch: ${{ matrix.qt_arch }}
# aqtversion: '==0.10.0'
# dir: 'C:\'
aqtversion: '==0.10.0'
dir: 'C:/QtPath'
# dir: ${{ github.workspace }}
# dir: '${{ github.workspace }}'
# cached: ${{ steps.WindowsCacheQt.outputs.cache-hit }}