This commit is contained in:
朱子楚\zhuzi
2023-03-25 10:31:12 +08:00
parent b6befc4416
commit 0f7c5f4ff5
3 changed files with 4 additions and 8 deletions

View File

@ -30,9 +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 }}
modules: 'qtmultimedia qt5compat qtshadertools'
cached: 'false'
- uses: actions/checkout@v2
with: