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,10 +30,11 @@ jobs:
targetName: example
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: 'qtmultimedia qt5compat qtshadertools'
- name: ubuntu install GL library
run: sudo apt-get install -y libglew-dev libglfw3-dev qml-module-qtquick-controls qml-module-qtquick-controls2
- uses: actions/checkout@v2