mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
fix(ci): qtwebchannel
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2022_64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2022_arm64_cross_compiled'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
@@ -108,7 +108,7 @@ jobs:
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2022_64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
set-env: 'false'
|
||||
@@ -169,7 +169,7 @@ jobs:
|
||||
host: 'mac'
|
||||
target: 'desktop'
|
||||
arch: 'clang_64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
@@ -235,7 +235,7 @@ jobs:
|
||||
host: 'mac'
|
||||
target: 'desktop'
|
||||
arch: 'clang_64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
@@ -301,7 +301,7 @@ jobs:
|
||||
host: 'linux'
|
||||
target: 'desktop'
|
||||
arch: 'linux_gcc_64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
@@ -373,7 +373,7 @@ jobs:
|
||||
host: 'linux_arm64'
|
||||
target: 'desktop'
|
||||
arch: 'linux_gcc_arm64'
|
||||
modules: 'qt5compat qtwebview'
|
||||
modules: 'qt5compat qtwebengine qtwebchannel'
|
||||
cache: 'true'
|
||||
cache-key-prefix: 'install-qt-action'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user