This commit is contained in:
朱子楚\zhuzi
2023-03-30 21:59:32 +08:00
parent b5894158d2
commit 0595e2e640
3 changed files with 2 additions and 5 deletions

View File

@ -30,11 +30,10 @@ jobs:
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: 'all'
- uses: actions/checkout@v2
with:
fetch-depth: 1