Update publish.yml

This commit is contained in:
Kevin Yue 2021-04-24 23:08:10 +08:00 committed by GitHub
parent e5d0acad3c
commit 99a82c8641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,17 +8,17 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout repository and submodules
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: 5.15.2
modules: 'qtwebengine qtwebsockets'
# Checkout repository and submodules
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build
run: |
qmake CONFIG+=release