This commit is contained in:
朱子楚\zhuzi
2023-03-30 22:18:42 +08:00
parent 1ab69e401a
commit eb758f7765
4 changed files with 7 additions and 11 deletions

View File

@ -30,11 +30,12 @@ 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: 'qtmultimedia'
arch: ${{ matrix.qt_arch }}
modules: 'qt5compat qtmultimedia'
- uses: actions/checkout@v2
with:
fetch-depth: 1